Searched defs:attachDebugShape (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsCollisionObject.java182 protected Spatial attachDebugShape(AssetManager manager) { method in class:PhysicsCollisionObject
198 return attachDebugShape();
207 return attachDebugShape(manager);
210 protected Spatial attachDebugShape(Material material) { method in class:PhysicsCollisionObject
218 return attachDebugShape();
230 protected Spatial attachDebugShape() { method in class:PhysicsCollisionObject
242 attachDebugShape();
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsCollisionObject.java162 protected Spatial attachDebugShape(AssetManager manager) { method in class:PhysicsCollisionObject
178 return attachDebugShape();
187 return attachDebugShape(manager);
190 protected Spatial attachDebugShape(Material material) { method in class:PhysicsCollisionObject
198 return attachDebugShape();
210 protected Spatial attachDebugShape() { method in class:PhysicsCollisionObject
222 attachDebugShape();
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DKinematicRagdollControl.java529 protected void attachDebugShape(AssetManager manager) { method in class:KinematicRagdollControl
554 attachDebugShape(space.getDebugManager());

Completed in 82 milliseconds