Home | History | Annotate | Download | only in bullet

Lines Matching defs:getPhysicsSpace

72         bulletAppState.getPhysicsSpace().enableDebug(assetManager);
80 getPhysicsSpace().add(physicsSphere);
86 getPhysicsSpace().add(physicsSphere2);
93 getPhysicsSpace().add(physicsBox);
99 getPhysicsSpace().add(physicsCylinder);
105 getPhysicsSpace().add(node2);
111 getPhysicsSpace().add(node3);
115 getPhysicsSpace().add(joint);
120 getPhysicsSpace().removeAll(physicsRootNode);
131 getPhysicsSpace().addAll(newPhysicsRootNode);
139 private PhysicsSpace getPhysicsSpace(){
140 return bulletAppState.getPhysicsSpace();