HomeSort by relevance Sort by last modified time
    Searched defs:attachDebugShape (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 162 protected Spatial attachDebugShape(AssetManager manager) {
178 return attachDebugShape();
187 return attachDebugShape(manager);
190 protected Spatial attachDebugShape(Material material) {
198 return attachDebugShape();
210 protected Spatial attachDebugShape() {
222 attachDebugShape();
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 182 protected Spatial attachDebugShape(AssetManager manager) {
198 return attachDebugShape();
207 return attachDebugShape(manager);
210 protected Spatial attachDebugShape(Material material) {
218 return attachDebugShape();
230 protected Spatial attachDebugShape() {
242 attachDebugShape();
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 529 protected void attachDebugShape(AssetManager manager) {
554 attachDebugShape(space.getDebugManager());
    [all...]

Completed in 504 milliseconds