Home | History | Annotate | Download | only in bullet

Lines Matching defs:getPhysicsSpace

62         bulletAppState.getPhysicsSpace().enableDebug(assetManager);
69 getPhysicsSpace().add(physicsSphere);
76 getPhysicsSpace().add(physicsSphere2);
84 getPhysicsSpace().add(physicsBox);
91 getPhysicsSpace().add(physicsCylinder);
98 getPhysicsSpace().add(node2);
105 getPhysicsSpace().add(node3);
110 // getPhysicsSpace().add(joint);
119 private PhysicsSpace getPhysicsSpace() {
120 return bulletAppState.getPhysicsSpace();