OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aabbmax
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java
63
private static final Vector3f
aabbMax
= new Vector3f(1e30f, 1e30f, 1e30f);
145
concaveShape.processAllTriangles(triangleProcessor, aabbMin,
aabbMax
);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java
54
// private static final Vector3f
aabbMax
= new Vector3f(1e30f, 1e30f, 1e30f);
Completed in 3053 milliseconds