*/
public void simpleInitApp() {
setupScene();
//override mouse input, otherwise you will have a hard time switching to the menu
//without rotating the model
mouseInput.setInputListener(new RawInputListener() {
@Override
public void onTouchEvent(TouchEvent evt) {
}