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