Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.physic.JointKeyFrame
Extends/Implements : un.impl.anim.TransformKeyFrame
Subclasses : -

An unresolved joint pose.
Stores informations about a joint.
author  Johann Sorel


Variables : PROPERTY_JOINT, FROM_BASE, FROM_ORIGIN
Functions : JointKeyFrame, JointKeyFrame, JointKeyFrame, JointKeyFrame, getJoint, setJoint, getFrom, setFrom, toChars


public Chars PROPERTY_JOINT


Pose informations are relative to joint base.
public int FROM_BASE


Pose informations are relative to model origin.
public int FROM_ORIGIN


public void JointKeyFrame ()

public void JointKeyFrame (Object jointIdentifier, double time)

public void JointKeyFrame (Object jointIdentifier, Vector position, Quaternion rotation, int from)

public void JointKeyFrame (Object jointIdentifier, Vector position, Quaternion rotation, Vector scale, int from)


Joint or joint identifier, to find back joint in the skeleton.
Can be a Chars, a number, an uri or the joint itself.
return
public Object getJoint ()

public void setJoint (Object jointId)

public int getFrom ()

public void setFrom (int from)

public Chars toChars ()