Class StaticAnimation
java.lang.Object
zombie.core.skinnedmodel.animation.StaticAnimation
@Deprecated
public class StaticAnimation
extends java.lang.Object
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description AnimationClipClipDeprecated.org.lwjgl.util.vector.Matrix4f[][]MatricesDeprecated.java.lang.StringnameDeprecated. -
Constructor Summary
Constructors Constructor Description StaticAnimation(AnimationClip animationClip)Deprecated. -
Method Summary
Modifier and Type Method Description voidCreate()Deprecated.voiddoRootMotion(java.util.List list)Deprecated.voidgetPose()Deprecated.org.lwjgl.util.vector.Vector3fgetPosition(org.lwjgl.util.vector.Vector3f vector3f, int int1)Deprecated.org.lwjgl.util.vector.QuaterniongetRotation(org.lwjgl.util.vector.Quaternion quaternion, int int1)Deprecated.voidinterpolate(java.util.List list)Deprecated.Keyframeinterpolate(java.util.List list, float float1)Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
public java.lang.String nameDeprecated. -
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 int1)Deprecated. -
getPosition
public org.lwjgl.util.vector.Vector3f getPosition(org.lwjgl.util.vector.Vector3f vector3f, int int1)Deprecated. -
getPose
public void getPose()Deprecated. -
Create
public void Create()Deprecated. -
interpolate
Deprecated. -
interpolate
public void interpolate(java.util.List list)Deprecated. -
doRootMotion
public void doRootMotion(java.util.List list)Deprecated.
-