Searched refs:aabbMax (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
H A DDebugShapeFactory.java63 private static final Vector3f aabbMax = new Vector3f(1e30f, 1e30f, 1e30f); field in class:DebugShapeFactory
145 concaveShape.processAllTriangles(triangleProcessor, aabbMin, aabbMax);

Completed in 3182 milliseconds