Home | History | Annotate | Download | only in batching

Lines Matching refs:BulletAppState

42 import com.jme3.bullet.BulletAppState;
90 private BulletAppState bulletAppState;
103 bulletAppState = new BulletAppState();
104 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
105 // bulletAppState.setEnabled(false);
106 stateManager.attach(bulletAppState);
113 //bulletAppState.getPhysicsSpace().enableDebug(assetManager);
140 return bulletAppState.getPhysicsSpace();