Class TrackData

java.lang.Object
com.jme3.scene.plugins.gltf.TrackData

public class TrackData extends Object
  • Constructor Details

    • TrackData

      public TrackData()
  • Method Details

    • update

      public void update()
    • checkTimesConsistency

      public void checkTimesConsistency()
      Verify that the times, translations, rotations, and scales vectors all have the same length, if present.
      Throws:
      AssetLoadException - if the lengths differ
    • checkTimesConsistantcy

      @Deprecated public void checkTimesConsistantcy()
      Deprecated.
    • getNbKeyFrames

      public int getNbKeyFrames()
    • ensureTranslationRotations

      public void ensureTranslationRotations(Transform localTransforms)