diff --git a/src/com/akjava/gwt/three/client/examples/js/controls/OrbitControls.java b/src/com/akjava/gwt/three/client/examples/js/controls/OrbitControls.java index 36c6143..2cc5fc5 100644 --- a/src/com/akjava/gwt/three/client/examples/js/controls/OrbitControls.java +++ b/src/com/akjava/gwt/three/client/examples/js/controls/OrbitControls.java @@ -237,34 +237,6 @@ public final native void setMouseButtons(JavaScriptObject param)/*-{ -public final native void rotateLeft(double angle)/*-{ -this.rotateLeft(angle); -}-*/; - -public final native void rotateUp(double angle)/*-{ -this.rotateUp(angle); -}-*/; - -public final native void panLeft(double distance)/*-{ -this.panLeft(distance); -}-*/; - -public final native void panUp(double distance)/*-{ -this.panUp(distance); -}-*/; - -public final native void pan(double deltaX,double deltaY)/*-{ -this.pan(deltaX,deltaY); -}-*/; - -public final native void dollyIn(double dollyScale)/*-{ -this.dollyIn(dollyScale); -}-*/; - -public final native void dollyOut(double dollyScale)/*-{ -this.dollyOut(dollyScale); -}-*/; - public final native void update()/*-{ this.update(); }-*/; @@ -290,4 +262,7 @@ public final native double getZoomScale()/*-{ return this.getZoomScale(); }-*/; + + + }