use of com.jme3.bullet.BulletAppState in project jmonkeyengine by jMonkeyEngine.
the class TestPhysicsHingeJoint method simpleInitApp.
@Override
public void simpleInitApp() {
bulletAppState = new BulletAppState();
stateManager.attach(bulletAppState);
bulletAppState.setDebugEnabled(true);
setupKeys();
setupJoint();
}
Aggregations