HomeSort by relevance Sort by last modified time
    Searched refs:addChildShapeDirect (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CompoundCollisionShape.java 92 private void addChildShapeDirect(CollisionShape shape, Vector3f location, Matrix3f rotation) {
154 addChildShapeDirect(child.shape, child.location, child.rotation);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
CompoundCollisionShape.java 92 private void addChildShapeDirect(CollisionShape shape, Vector3f location, Matrix3f rotation) {
146 addChildShapeDirect(child.shape, child.location, child.rotation);

Completed in 193 milliseconds