Package com.jme3.scene.plugins.gltf
Class TrackData
java.lang.Object
com.jme3.scene.plugins.gltf.TrackData
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidVerify that thetimes,translations,rotations, andscalesvectors all have the same length, if present.voidensureTranslationRotations(Transform localTransforms) intvoidupdate()
-
Constructor Details
-
TrackData
public TrackData()
-
-
Method Details
-
update
public void update() -
checkTimesConsistency
public void checkTimesConsistency()Verify that thetimes,translations,rotations, andscalesvectors all have the same length, if present.- Throws:
AssetLoadException- if the lengths differ
-
checkTimesConsistantcy
Deprecated. -
getNbKeyFrames
public int getNbKeyFrames() -
ensureTranslationRotations
-