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