Explorar el Código

Document movementSpeed and lookSpeed

sole hace 13 años
padre
commit
707c6757ec
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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.

粤ICP备19079148号