public class ModelNodeAnimation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
nodeId
the id of the node animated by this animation FIXME should be nodeId
|
Array<ModelNodeKeyframe<Quaternion>> |
rotation
the keyframes, defining the rotation of a node for a specific timestamp
|
Array<ModelNodeKeyframe<Vector3>> |
scaling
the keyframes, defining the scaling of a node for a specific timestamp
|
Array<ModelNodeKeyframe<Vector3>> |
translation
the keyframes, defining the translation of a node for a specific timestamp
|
Constructor and Description |
---|
ModelNodeAnimation() |
public java.lang.String nodeId
public Array<ModelNodeKeyframe<Vector3>> translation
public Array<ModelNodeKeyframe<Quaternion>> rotation
public Array<ModelNodeKeyframe<Vector3>> scaling