Class SharedSkeleAnimationTrack
java.lang.Object
zombie.core.skinnedmodel.animation.sharedskele.SharedSkeleAnimationTrack
- All Implemented Interfaces:
AnimTrackSampler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBoneMatrix(int boneIdx, org.lwjgl.util.vector.Matrix4f out_matrix) floatintfloatbooleanisLooped()voidmoveToTime(float time) voidset(AnimTrackSampler sampler, float fps)
-
Constructor Details
-
SharedSkeleAnimationTrack
public SharedSkeleAnimationTrack()
-
-
Method Details
-
set
-
getTotalTime
public float getTotalTime()- Specified by:
getTotalTimein interfaceAnimTrackSampler
-
isLooped
public boolean isLooped()- Specified by:
isLoopedin interfaceAnimTrackSampler
-
moveToTime
public void moveToTime(float time) - Specified by:
moveToTimein interfaceAnimTrackSampler
-
getCurrentTime
public float getCurrentTime()- Specified by:
getCurrentTimein interfaceAnimTrackSampler
-
getBoneMatrix
public void getBoneMatrix(int boneIdx, org.lwjgl.util.vector.Matrix4f out_matrix) - Specified by:
getBoneMatrixin interfaceAnimTrackSampler
-
getNumBones
public int getNumBones()- Specified by:
getNumBonesin interfaceAnimTrackSampler
-