|
@@ -60,7 +60,7 @@ THREE.OrbitControls = function ( object, domElement ) {
|
|
|
// Set to true to automatically rotate around the target
|
|
|
// If auto-rotate is enabled, you must call controls.update() in your animation loop
|
|
|
this.autoRotate = false;
|
|
|
- this.autoRotateSpeed = 2.0; // 30 seconds per round when fps is 60
|
|
|
+ this.autoRotateSpeed = 2.0; // 30 seconds per orbit when fps is 60
|
|
|
|
|
|
// The four arrow keys
|
|
|
this.keys = { LEFT: 37, UP: 38, RIGHT: 39, BOTTOM: 40 };
|