java.lang.Object
com.ardor3d.extension.animation.skeletal.clip.TransformData
com.ardor3d.extension.animation.skeletal.clip.JointData
All Implemented Interfaces:
Savable

public class JointData extends TransformData
Describes transform of a joint.
  • Constructor Details

    • JointData

      public JointData(int index)
      Construct a new, identity joint data object.
      Parameters:
      index - the index
    • JointData

      public JointData(JointData source)
      Construct a new joint data object, copying the value of the given source.
      Parameters:
      source - our source to copy.
      Throws:
      NullPointerException - if source is null.
    • JointData

      public JointData()
      Construct a new, identity joint data object.
  • Method Details