|
@@ -28,7 +28,7 @@
|
|
|
[page:AnimationMixer mixer] - the `AnimationMixer` that is controlled by this action.<br />
|
|
|
[page:AnimationClip clip] - the `AnimationClip` that holds the animation data for this action.<br />
|
|
|
[page:Object3D localRoot] - the root object on which this action is performed.<br />
|
|
|
- [page:Number blendMode] - describes how the animation is blended/combined when two or more animations are simultaneously played.<br /><br />
|
|
|
+ [page:Number blendMode] - defines how the animation is blended/combined when two or more animations are simultaneously played.<br /><br />
|
|
|
|
|
|
Note: Instead of calling this constructor directly you should instantiate an AnimationAction with
|
|
|
[page:AnimationMixer.clipAction] since this method provides caching for better performance.
|
|
@@ -39,7 +39,7 @@
|
|
|
|
|
|
<h3>[property:Number blendMode]</h3>
|
|
|
<p>
|
|
|
- Describes how the animation is blended/combined when two or more animations are simultaneously played.
|
|
|
+ Defines how the animation is blended/combined when two or more animations are simultaneously played.
|
|
|
Valid values are *NormalAnimationBlendMode* (default) and *AdditiveAnimationBlendMode*.
|
|
|
</p>
|
|
|
|