Jelajahi Sumber

Update OrbitControls.html

WestLangley 7 tahun lalu
induk
melakukan
5739377837
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      docs/examples/controls/OrbitControls.html

+ 3 - 3
docs/examples/controls/OrbitControls.html

@@ -190,9 +190,9 @@ controls.keys = {
 			This object contains references to the mouse buttons used for the controls.
 			<code>
 controls.mouseButtons = {
-	ORBIT: THREE.MOUSE.LEFT,
-	ZOOM: THREE.MOUSE.MIDDLE,
-	PAN: THREE.MOUSE.RIGHT
+	LEFT: THREE.MOUSE.LEFT,
+	MIDDLE: THREE.MOUSE.MIDDLE,
+	RIGHT: THREE.MOUSE.RIGHT
 }
 			</code>
 		</p>