Interface AnimTrackSampler

All Known Implementing Classes:
ModelTransformSampler, SharedSkeleAnimationTrack

public interface AnimTrackSampler
  • Method Details

    • getTotalTime

      float getTotalTime()
    • isLooped

      boolean isLooped()
    • moveToTime

      void moveToTime(float time)
    • getCurrentTime

      float getCurrentTime()
    • getBoneMatrix

      void getBoneMatrix(int boneIdx, org.lwjgl.util.vector.Matrix4f out_matrix)
    • getNumBones

      int getNumBones()