Class StaticAnimation

java.lang.Object
zombie.core.skinnedmodel.animation.StaticAnimation

@Deprecated public class StaticAnimation extends Object
Deprecated.
Created by LEMMY on 3/15/2016.
  • Field Details

    • name

      public String name
      Deprecated.
    • Matrices

      public org.lwjgl.util.vector.Matrix4f[][] Matrices
      Deprecated.
    • Clip

      public AnimationClip Clip
      Deprecated.
  • Constructor Details

    • StaticAnimation

      public StaticAnimation(AnimationClip clip)
      Deprecated.
  • Method Details

    • getRotation

      public org.lwjgl.util.vector.Quaternion getRotation(org.lwjgl.util.vector.Quaternion out, int bone)
      Deprecated.
    • getPosition

      public org.lwjgl.util.vector.Vector3f getPosition(org.lwjgl.util.vector.Vector3f out, int bone)
      Deprecated.
    • getPose

      public void getPose()
      Deprecated.
    • Create

      public void Create()
      Deprecated.
    • interpolate

      public Keyframe interpolate(List<Keyframe> frames, float time)
      Deprecated.
    • interpolate

      public void interpolate(List<Keyframe> frames)
      Deprecated.
    • doRootMotion

      public void doRootMotion(List<Keyframe> frames)
      Deprecated.