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 AnimationClip
Clip
Deprecated.org.lwjgl.util.vector.Matrix4f[][]
Matrices
Deprecated.java.lang.String
name
Deprecated. -
Constructor Summary
Constructors Constructor Description StaticAnimation(AnimationClip animationClip)
Deprecated. -
Method Summary
Modifier and Type Method Description void
Create()
Deprecated.void
doRootMotion(java.util.List list)
Deprecated.void
getPose()
Deprecated.org.lwjgl.util.vector.Vector3f
getPosition(org.lwjgl.util.vector.Vector3f vector3f, int int1)
Deprecated.org.lwjgl.util.vector.Quaternion
getRotation(org.lwjgl.util.vector.Quaternion quaternion, int int1)
Deprecated.void
interpolate(java.util.List list)
Deprecated.Keyframe
interpolate(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.
-