Class Keyframe

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

public class Keyframe
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int Bone  
    java.lang.String BoneName  
    Vector3f Position  
    Quaternionf Rotation  
    float Time  
  • Constructor Summary

    Constructors
    Constructor Description
    Keyframe()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • Rotation

      public Quaternionf Rotation
    • Position

      public Vector3f Position
    • Bone

      public int Bone
    • BoneName

      public java.lang.String BoneName
    • Time

      public float Time
  • Constructor Details

    • Keyframe

      public Keyframe()