Interface HAnimMotion

All Superinterfaces:
X3DChildNode, X3DNode
All Known Implementing Classes:
HAnimMotion

public interface HAnimMotion extends X3DChildNode
An HAnimMotion node supports discrete frame-by-frame playback for HAnim motion data animation.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. HAnimMotion node tooltip: [X3DChildNode] An HAnimMotion node supports discrete frame-by-frame playback for HAnim motion data animation. Design characteristics include integration with HAnim figure data and HAnimJoint nodes, animation control, and playback of raw motion data.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: