Package com.jme3.scene.plugins.fbx.anim
Class FbxToJmeTrack
java.lang.Object
com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
Maps animation stacks to influenced nodes. 
 Will be used later to create jME3 tracks.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintCounts how many keyframes there are in the included curves.booleanfloatlong[]inthashCode()toJmeBoneTrack(int boneIndex, Transform inverseBindPose) Generate aBoneTrackfrom the animation data, for the given boneIndex. 
- 
Field Details
- 
animStack
 - 
animLayer
 - 
node
 - 
animCurves
 
 - 
 - 
Constructor Details
- 
FbxToJmeTrack
public FbxToJmeTrack() 
 - 
 - 
Method Details
- 
getKeyTimes
public long[] getKeyTimes() - 
toJmeBoneTrack
Generate aBoneTrackfrom the animation data, for the given boneIndex.- Parameters:
 boneIndex- The bone index for which track data is generated for.inverseBindPose- Inverse bind pose of the bone (in world space).- Returns:
 - A BoneTrack containing the animation data, for the specified boneIndex.
 
 - 
toJmeSpatialTrack
 - 
countKeyframes
public int countKeyframes()Counts how many keyframes there are in the included curves.- Returns:
 - the total number of keyframes (≥0)
 
 - 
getDuration
public float getDuration() - 
hashCode
public int hashCode() - 
equals
 
 -