Home | History | Annotate | Download | only in bullet

Lines Matching defs:getPhysicsSpace

62         bulletAppState.getPhysicsSpace().enableDebug(assetManager);
68 getPhysicsSpace().add(physicsSphere);
74 getPhysicsSpace().add(physicsSphere2);
81 getPhysicsSpace().add(physicsBox);
87 getPhysicsSpace().add(physicsCylinder);
93 getPhysicsSpace().add(node2);
99 getPhysicsSpace().add(node3);
104 // getPhysicsSpace().add(joint);
108 private PhysicsSpace getPhysicsSpace() {
109 return bulletAppState.getPhysicsSpace();