Package zombie.core.skinnedmodel.runtime
Class KeyframeUtil
java.lang.Object
zombie.core.skinnedmodel.runtime.KeyframeUtil
public final class KeyframeUtil
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description KeyframeUtil()
-
Method Summary
Modifier and Type Method Description static org.lwjgl.util.vector.Vector3f
GetKeyFramePosition(Keyframe[] keyframeArray, float float1, double double1)
static org.lwjgl.util.vector.Quaternion
GetKeyFrameRotation(Keyframe[] keyframeArray, float float1, double double1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyframeUtil
public KeyframeUtil()
-
-
Method Details