showSettings = false;
}
@Override
public void simpleInitApp() {
DebugState debug = new DebugState();
stateManager.attach(debug);
Box b = new Box(new Vector3f(0, 0, 0), new Vector3f(1, 1, 1));
Geometry g = new Geometry("", b);
g.setMaterial(new Material(assetManager, "Common/MatDefs/Misc/ShowNormals.j3md"));