Interface AnimTrackSampler
- All Known Implementing Classes:
ModelTransformSampler
,SharedSkeleAnimationTrack
public interface AnimTrackSampler
-
Method Summary
Modifier and Type Method Description void
getBoneMatrix(int int1, org.lwjgl.util.vector.Matrix4f matrix4f)
float
getCurrentTime()
int
getNumBones()
float
getTotalTime()
boolean
isLooped()
void
moveToTime(float float1)
-
Method Details
-
getTotalTime
float getTotalTime() -
isLooped
boolean isLooped() -
moveToTime
void moveToTime(float float1) -
getCurrentTime
float getCurrentTime() -
getBoneMatrix
void getBoneMatrix(int int1, org.lwjgl.util.vector.Matrix4f matrix4f) -
getNumBones
int getNumBones()
-