Lines Matching refs:getPhysicsSpace
82 bulletAppState.getPhysicsSpace().enableDebug(assetManager); in simpleInitApp()
88 private PhysicsSpace getPhysicsSpace(){ in getPhysicsSpace() method in TestAttachDriver
89 return bulletAppState.getPhysicsSpace(); in getPhysicsSpace()
122 getPhysicsSpace().add(floorGeom); in setupFloor()
200 getPhysicsSpace().add(vehicle); in buildPlayer()
209 getPhysicsSpace().add(driver); in buildPlayer()
216 getPhysicsSpace().add(slider); in buildPlayer()
235 getPhysicsSpace().add(pole1); in buildPlayer()
236 getPhysicsSpace().add(pole2); in buildPlayer()
237 getPhysicsSpace().add(bridge); in buildPlayer()
277 getPhysicsSpace().remove(slider); in onAction()