HomeSort by relevance Sort by last modified time
    Searched full:createcompoundshape (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 80 private static CompoundCollisionShape createCompoundShape(Node realRootNode,
94 createCompoundShape(realRootNode, (Node) spatial, shape, meshAccurate, dynamic);
132 private static CompoundCollisionShape createCompoundShape(
134 return createCompoundShape(rootNode, rootNode, shape, meshAccurate, false);
143 return createCompoundShape(rootNode, new CompoundCollisionShape(), true);
153 return createCompoundShape(rootNode, new CompoundCollisionShape(), false);
188 return createCompoundShape((Node) spatial, (Node) spatial, new CompoundCollisionShape(), true, true);

Completed in 354 milliseconds