Home | History | Annotate | Download | only in bullet

Lines Matching refs:getPhysicsSpace

82         bulletAppState.getPhysicsSpace().enableDebug(assetManager);
88 private PhysicsSpace getPhysicsSpace(){
89 return bulletAppState.getPhysicsSpace();
122 getPhysicsSpace().add(floorGeom);
200 getPhysicsSpace().add(vehicle);
209 getPhysicsSpace().add(driver);
216 getPhysicsSpace().add(slider);
235 getPhysicsSpace().add(pole1);
236 getPhysicsSpace().add(pole2);
237 getPhysicsSpace().add(bridge);
277 getPhysicsSpace().remove(slider);