Submitted by Leonard Daly on
Parent node for all animations -- merged definition.
}
This node is responsible for all standard keyframe animations. The node will attempt to animate at frameRate frames per second. If that is not achievable, then a value less than less as determined by the player is used. The value need not remain fixed. The fractional time since the beginning of the cycleInterval is passed to all of the interpolator children of this node.
The start and stop input events can be used to start and stop (respectively) the node without the need to set startTime, stopTime, and enabled.
This node is designed to reduce the ROUTEing of high-frequency events. Perhaps time should be removed as an output event. Also, fps (framesPerSecond) may be added as an output event.
- Log in to post comments