Class StaticAnimation
java.lang.Object
zombie.core.skinnedmodel.animation.StaticAnimation
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.org.lwjgl.util.vector.Matrix4f[][]
Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Create()
Deprecated.void
doRootMotion
(List<Keyframe> frames) Deprecated.void
getPose()
Deprecated.org.lwjgl.util.vector.Vector3f
getPosition
(org.lwjgl.util.vector.Vector3f vector3f, int int0) Deprecated.org.lwjgl.util.vector.Quaternion
getRotation
(org.lwjgl.util.vector.Quaternion quaternion, int int0) Deprecated.void
interpolate
(List<Keyframe> frames) Deprecated.interpolate
(List<Keyframe> frames, float time) Deprecated.
-
Field Details
-
name
Deprecated. -
Matrices
public org.lwjgl.util.vector.Matrix4f[][] MatricesDeprecated. -
Clip
Deprecated.
-
-
Constructor Details
-
StaticAnimation
Deprecated.
-
-
Method Details
-
getRotation
public org.lwjgl.util.vector.Quaternion getRotation(org.lwjgl.util.vector.Quaternion quaternion, int int0) Deprecated. -
getPosition
public org.lwjgl.util.vector.Vector3f getPosition(org.lwjgl.util.vector.Vector3f vector3f, int int0) Deprecated. -
getPose
public void getPose()Deprecated. -
Create
public void Create()Deprecated. -
interpolate
-
interpolate
-
doRootMotion
-