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