Class SharedSkeleAnimationTrack
java.lang.Object
zombie.core.skinnedmodel.animation.sharedskele.SharedSkeleAnimationTrack
- All Implemented Interfaces:
AnimTrackSampler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getBoneMatrix
(int int1, org.lwjgl.util.vector.Matrix4f matrix4f) float
int
float
boolean
isLooped()
void
moveToTime
(float float1) void
set
(AnimTrackSampler animTrackSampler, float float1)
-
Constructor Details
-
SharedSkeleAnimationTrack
public SharedSkeleAnimationTrack()
-
-
Method Details
-
set
-
getTotalTime
public float getTotalTime()- Specified by:
getTotalTime
in interfaceAnimTrackSampler
-
isLooped
public boolean isLooped()- Specified by:
isLooped
in interfaceAnimTrackSampler
-
moveToTime
public void moveToTime(float float1) - Specified by:
moveToTime
in interfaceAnimTrackSampler
-
getCurrentTime
public float getCurrentTime()- Specified by:
getCurrentTime
in interfaceAnimTrackSampler
-
getBoneMatrix
public void getBoneMatrix(int int1, org.lwjgl.util.vector.Matrix4f matrix4f) - Specified by:
getBoneMatrix
in interfaceAnimTrackSampler
-
getNumBones
public int getNumBones()- Specified by:
getNumBones
in interfaceAnimTrackSampler
-