Преглед на файлове

Document movementSpeed and lookSpeed

sole преди 13 години
родител
ревизия
707c6757ec
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  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.