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

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

Completed in 110 milliseconds