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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DCompoundCollisionShape.java107 public void removeChildShape(CollisionShape shape) { method in class:CompoundCollisionShape
108 removeChildShape(objectId, shape.getObjectId());
109 // ((CompoundShape) objectId).removeChildShape(shape.getObjectId());
134 private native long removeChildShape(long objectId, long childId); method in class:CompoundCollisionShape
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp84 * Method: removeChildShape
101 shape->removeChildShape(child);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DCompoundCollisionShape.java106 public void removeChildShape(CollisionShape shape) { method in class:CompoundCollisionShape
107 ((CompoundShape) cShape).removeChildShape(shape.getCShape());
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
H A DCollisionShapeFactory.java260 compoundShape.removeChildShape(child);

Completed in 74 milliseconds