public class FbxAnimNode extends FbxObject
Modifier and Type | Field and Description |
---|---|
long |
layerId |
Vector3f |
value |
FbxAnimCurve |
xCurve |
FbxAnimCurve |
yCurve |
FbxAnimCurve |
zCurve |
Constructor and Description |
---|
FbxAnimNode(SceneLoader scene,
FbxElement element) |
Modifier and Type | Method and Description |
---|---|
void |
exportTimes(java.util.Collection<java.lang.Long> stamps) |
Vector3f |
getValue(long time,
Vector3f defaultValue) |
boolean |
haveAnyChannel() |
void |
link(FbxObject otherObject) |
void |
link(FbxObject otherObject,
java.lang.String propertyName) |
linkToZero, readVectorFromProp
public Vector3f value
public FbxAnimCurve xCurve
public FbxAnimCurve yCurve
public FbxAnimCurve zCurve
public long layerId
public FbxAnimNode(SceneLoader scene, FbxElement element)
public void link(FbxObject otherObject, java.lang.String propertyName)
public boolean haveAnyChannel()
public void exportTimes(java.util.Collection<java.lang.Long> stamps)