Package | away3d.animators.data |
Class | public class VertexAnimationMode |
Inheritance | VertexAnimationMode Object |
See also
Constant | Defined By | ||
---|---|---|---|
ABSOLUTE : String = absolute [static]
Animation mode that picks the output from a single vertex animation state to form the current vertex animation pose. | VertexAnimationMode | ||
ADDITIVE : String = additive [static]
Animation mode that adds all outputs from active vertex animation state to form the current vertex animation pose. | VertexAnimationMode |
ABSOLUTE | Constant |
public static const ABSOLUTE:String = absolute
Animation mode that picks the output from a single vertex animation state to form the current vertex animation pose.
ADDITIVE | Constant |
public static const ADDITIVE:String = additive
Animation mode that adds all outputs from active vertex animation state to form the current vertex animation pose.