Searched defs:createDebugShape (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
H A DDebugShapeFactory.java76 Geometry geometry = createDebugShape(ccollisionShape);
95 debugShape = createDebugShape(collisionShape);
104 private static Geometry createDebugShape(CollisionShape shape) { method in class:DebugShapeFactory
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
H A DDebugShapeFactory.java85 Geometry geometry = createDebugShape(ccollisionShape);
105 debugShape = createDebugShape(collisionShape);
114 private static Geometry createDebugShape(CollisionShape shape) { method in class:DebugShapeFactory
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsCollisionObject.java206 public Spatial createDebugShape(AssetManager manager){ method in class:PhysicsCollisionObject
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsCollisionObject.java186 public Spatial createDebugShape(AssetManager manager){ method in class:PhysicsCollisionObject

Completed in 101 milliseconds