|
@@ -86,15 +86,15 @@
|
|
|
|
|
|
<h3>[property:Float autoRotateSpeed]</h3>
|
|
|
<p>
|
|
|
- How fast to rotate around the target if [property:Boolean autoRotate] is true. Default is 2.0, which equates to 30 seconds
|
|
|
- per rotation at 60fps.<br> Note that if [property:Boolean autoRotate] is enabled, you must call [page:.update]
|
|
|
+ How fast to rotate around the target if [page:.autoRotate] is true. Default is 2.0, which equates to 30 seconds
|
|
|
+ per rotation at 60fps.<br> Note that if [page:.autoRotate] is enabled, you must call [page:.update]
|
|
|
() in your animation loop.
|
|
|
</p>
|
|
|
|
|
|
<h3>
|
|
|
[property:Float dampingFactor]</h3>
|
|
|
<p>
|
|
|
- The damping inertia used if [property:Boolean enableDamping] is set to true.<br> Note that for this to work, you must
|
|
|
+ The damping inertia used if [page:.enableDamping] is set to true.<br> Note that for this to work, you must
|
|
|
call [page:.update] () in your animation loop.
|
|
|
</p>
|
|
|
|