|
@@ -73,9 +73,9 @@
|
|
|
|
|
|
Must be one of these constants:<br /><br />
|
|
|
[page:Animation THREE.LoopOnce] - playing the clip once,<br />
|
|
|
- [page:Animation THREE.LoopRepeat] - playing the clip with the choosen number of *repetitions*,
|
|
|
+ [page:Animation THREE.LoopRepeat] - playing the clip with the chosen number of *repetitions*,
|
|
|
each time jumping from the end of the clip directly to its beginning,<br />
|
|
|
- [page:Animation THREE.LoopPingPong] - playing the clip with the choosen number of *repetitions*,
|
|
|
+ [page:Animation THREE.LoopPingPong] - playing the clip with the chosen number of *repetitions*,
|
|
|
alternately playing forward and backward.
|
|
|
</p>
|
|
|
|
|
@@ -98,7 +98,7 @@
|
|
|
The local time of this action (in seconds, starting with 0).<br /><br />
|
|
|
|
|
|
The value gets clamped or wrapped to 0...clip.duration (according to the loop state). It can be
|
|
|
- scaled relativly to the global mixer time by changing [page:.timeScale timeScale] (using
|
|
|
+ scaled relatively to the global mixer time by changing [page:.timeScale timeScale] (using
|
|
|
[page:.setEffectiveTimeScale setEffectiveTimeScale] or [page:.setDuration setDuration]).<br />
|
|
|
</p>
|
|
|
|