//initialise WorldWindow (globe)
WorldWindowGLCanvas wwd = this.getWwd();
//Setup JWW view
BasicOrbitView bov = new BasicOrbitView(((BasicOrbitView) wwd.getView()).getOrbitViewModel());
wwd.setView(bov);
//initialise touch handler TUIO
((AWTInputHandler) wwd.getInputHandler()).removeHoverSelectListener();
wwd.getInputHandler().setEventSource(null);