public final class FbxToJmeTrack
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
java.util.Map<java.lang.String,FbxAnimCurveNode> | 
animCurves  | 
FbxAnimLayer | 
animLayer  | 
FbxAnimStack | 
animStack  | 
FbxNode | 
node  | 
| Constructor and Description | 
|---|
FbxToJmeTrack()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
float | 
getDuration()  | 
long[] | 
getKeyTimes()  | 
int | 
hashCode()  | 
BoneTrack | 
toJmeBoneTrack(int boneIndex,
              Transform inverseBindPose)
Generate a  
BoneTrack from the animation data, for the given
 boneIndex. | 
SpatialTrack | 
toJmeSpatialTrack()  | 
public FbxAnimStack animStack
public FbxAnimLayer animLayer
public FbxNode node
public final transient java.util.Map<java.lang.String,FbxAnimCurveNode> animCurves
public long[] getKeyTimes()
public BoneTrack toJmeBoneTrack(int boneIndex, Transform inverseBindPose)
BoneTrack from the animation data, for the given
 boneIndex.boneIndex - The bone index for which track data is generated for.inverseBindPose - Inverse bind pose of the bone (in world space).public SpatialTrack toJmeSpatialTrack()
public float getDuration()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object