Home
last modified time | relevance | path

Searched refs:getDebugShape (Results 1 – 9 of 9) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java214 Spatial spatial = getDebugShape(); in attachDebugShape()
226 protected Spatial getDebugShape() { in getDebugShape() method in PhysicsCollisionObject
227 Spatial spatial = DebugShapeFactory.getDebugShape(collisionShape); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java234 Spatial spatial = getDebugShape(); in attachDebugShape()
246 protected Spatial getDebugShape() { in getDebugShape() method in PhysicsCollisionObject
247 Spatial spatial = DebugShapeFactory.getDebugShape(collisionShape); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java185 protected Spatial getDebugShape() { in getDebugShape() method in VehicleControl
186 return super.getDebugShape(); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DDebugShapeFactory.java64 public static Spatial getDebugShape(CollisionShape collisionShape) { in getDebugShape() method in DebugShapeFactory
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java488 protected Spatial getDebugShape() { in getDebugShape() method in PhysicsVehicle
489 Spatial shape = super.getDebugShape(); in getDebugShape()
DPhysicsRigidBody.java624 protected Spatial getDebugShape() { in getDebugShape() method in PhysicsRigidBody
626 Spatial shape = super.getDebugShape(); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java505 protected Spatial getDebugShape() { in getDebugShape() method in PhysicsVehicle
506 Spatial shape = super.getDebugShape(); in getDebugShape()
DPhysicsRigidBody.java673 protected Spatial getDebugShape() { in getDebugShape() method in PhysicsRigidBody
675 Spatial shape = super.getDebugShape(); in getDebugShape()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DDebugShapeFactory.java73 public static Spatial getDebugShape(CollisionShape collisionShape) { in getDebugShape() method in DebugShapeFactory