Browse Source

Document movementSpeed and lookSpeed

sole 13 years ago
parent
commit
707c6757ec
1 changed files with 8 additions and 0 deletions
  1. 8 0
      docs/api/extras/controls/FirstPersonControls.html

+ 8 - 0
docs/api/extras/controls/FirstPersonControls.html

@@ -37,6 +37,14 @@ The camera or object whose <em>position</em> properties will be modified.
 Used for determining the viewport dimensions. If nothing is specified, the current HTML document will be used. Else, the specified element dimensions (offsetWidth and offsetHeight) will be used. Additionally, allowing the element to get focused via tabbing is disabled.
 </div>
 
+<h3>.[page:Float movementSpeed]</h3>
+
+<div>Configure how fast will the camera translations be. Default is 1.0.</div>
+
+<h3>.[page:Float lookSpeed]</h3>
+
+<div>Configure how fast will the camera move to 'look around'. Default is 0.005.</div>
+
 <h3>.[page:Boolean lookVertical]</h3>
 <div>
 Allows the camera to change its vertical angle, thus modifying the camera pitch.