Packageaway3d.animators.data
Classpublic class VertexAnimationMode
InheritanceVertexAnimationMode Inheritance Object

Options for setting the animation mode of a vertex animator object.

See also

away3d.animators.VertexAnimator


Public Constants
 ConstantDefined 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
Constant Detail
ABSOLUTEConstant
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.

ADDITIVEConstant 
public static const ADDITIVE:String = additive

Animation mode that adds all outputs from active vertex animation state to form the current vertex animation pose.