Packageaway3d.animators.nodes
Interfacepublic interface IVertexAnimationNode extends IAnimationNode, flash.events.IEventDispatcher
Implementors VertexClipNode

Provides an interface for animation node classes that hold animation data for use in the Vertex animator class.

See also

away3d.animators.VertexAnimator


Public Properties
 PropertyDefined By
  blendWeight : Number
[read-only] Returns a fractional value between 0 and 1 representing the blending ratio of the current playhead position between the current geometry frame (0) and next geometry frame (1) of the animation.
IVertexAnimationNode
  currentGeometry : Geometry
[read-only] Returns the current geometry frame of animation in the clip based on the internal playhead position.
IVertexAnimationNode
 Inheritedlooping : Boolean
Determines whether the contents of the animation node have looping characteristics enabled.
IAnimationNode
  nextGeometry : Geometry
[read-only] Returns the current geometry frame of animation in the clip based on the internal playhead position.
IVertexAnimationNode
 InheritedrootDelta : Vector3D
[read-only] Returns a 3d vector representing the translation delta of the animating entity for the current timestep of animation
IAnimationNode
Public Methods
 MethodDefined By
 Inherited
reset(time:int):void
Resets the configuration of the node to its default state.
IAnimationNode
 Inherited
update(time:int):void
Updates the configuration of the node to its current state.
IAnimationNode
Property Detail
blendWeightproperty
blendWeight:Number  [read-only]

Returns a fractional value between 0 and 1 representing the blending ratio of the current playhead position between the current geometry frame (0) and next geometry frame (1) of the animation.


Implementation
    public function get blendWeight():Number
currentGeometryproperty 
currentGeometry:Geometry  [read-only]

Returns the current geometry frame of animation in the clip based on the internal playhead position.


Implementation
    public function get currentGeometry():Geometry
nextGeometryproperty 
nextGeometry:Geometry  [read-only]

Returns the current geometry frame of animation in the clip based on the internal playhead position.


Implementation
    public function get nextGeometry():Geometry