View source
class VertexAnimationSet
package away3d.animators
extends AnimationSetBase › NamedAssetBase
implements IAnimationSet
Available on all platforms
The animation data set used by vertex-based animators, containing vertex animation state data.
See also:
away3d.animators.VertexAnimator
Constructor
new(numPoses:Int = 2, blendMode:String = "absolute")
Creates a new VertexAnimationSet object.
Parameters:
numPoses | The number of poses made available at once to the GPU animation code. |
|---|---|
blendMode | Optional value for setting the animation mode of the vertex animator object. |
See also:
away3d.animators.data.VertexAnimationMode
Variables
Methods
getAGALVertexCode(pass:MaterialPassBase, sourceRegisters:Vector<String>, targetRegisters:Vector<String>, profile:String):String
@inheritDoc