|
@@ -202,12 +202,13 @@
|
|
|
created automatically.
|
|
|
</p>
|
|
|
|
|
|
- <h3>[method:null optimize]()</h3>
|
|
|
+ <h3>[method:this optimize]()</h3>
|
|
|
<p>
|
|
|
Removes equivalent sequential keys, which are common in morph target sequences.
|
|
|
+ Called automatically by [page:AnimationMixer.clipAction mixer.clipAction]().
|
|
|
</p>
|
|
|
|
|
|
- <h3>[method:null scale]()</h3>
|
|
|
+ <h3>[method:this scale]()</h3>
|
|
|
<p>
|
|
|
Scales all keyframe times by a factor.<br /><br />
|
|
|
|
|
@@ -216,26 +217,27 @@
|
|
|
[page:AnimationClip.CreateFromMorphTargetSequence animationClip.CreateFromMorphTargetSequence]).
|
|
|
</p>
|
|
|
|
|
|
- <h3>[method:null setInterpolation]( [param:Constant interpolationType] )</h3>
|
|
|
+ <h3>[method:this setInterpolation]( [param:Constant interpolationType] )</h3>
|
|
|
<p>
|
|
|
Sets the interpolation type. See [page:Animation Animation Constants] for choices.
|
|
|
</p>
|
|
|
|
|
|
- <h3>[method:null shift]( [param:Number timeOffsetInSeconds] )</h3>
|
|
|
+ <h3>[method:this shift]( [param:Number timeOffsetInSeconds] )</h3>
|
|
|
<p>
|
|
|
Moves all keyframes either forward or backward in time.
|
|
|
</p>
|
|
|
|
|
|
|
|
|
- <h3>[method:null trim]( [param:Number startTimeInSeconds], [param:Number endTimeInSeconds] )</h3>
|
|
|
+ <h3>[method:this trim]( [param:Number startTimeInSeconds], [param:Number endTimeInSeconds] )</h3>
|
|
|
<p>
|
|
|
Removes keyframes before *startTime* and after *endTime*,
|
|
|
without changing any values within the range [*startTime*, *endTime*].
|
|
|
</p>
|
|
|
|
|
|
- <h3>[method:null validate]()</h3>
|
|
|
+ <h3>[method:Boolean validate]()</h3>
|
|
|
<p>
|
|
|
- Performs minimal validation on the tracks.
|
|
|
+ Performs minimal validation on the tracks. Called automatically by
|
|
|
+ [page:AnimationMixer.clipAction mixer.clipAction](). Returns true if valid.
|
|
|
</p>
|
|
|
|
|
|
<p>
|