Home
last modified time | relevance | path

Searched defs:debugShape (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DDebugShapeFactory.java68 Spatial debugShape; in getDebugShape() local
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java55 protected Spatial debugShape; field in PhysicsCollisionObject
201 public Spatial debugShape() { in debugShape() method in PhysicsCollisionObject
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java58 protected Spatial debugShape; field in PhysicsCollisionObject
221 public Spatial debugShape() { in debugShape() method in PhysicsCollisionObject
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DDebugShapeFactory.java77 Spatial debugShape; in getDebugShape() local
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java558 Spatial debugShape = physicsBoneLink.rigidBody.debugShape(); in render() local