hmi.faceanimation.model
Class Neck
java.lang.Object
hmi.faceanimation.model.Neck
public class Neck
- extends Object
|
Field Summary |
private float |
au
|
private VJoint |
joint
|
(package private) float |
pitch
|
(package private) float |
roll
|
(package private) float |
yaw
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
joint
private VJoint joint
au
private float au
pitch
float pitch
yaw
float yaw
roll
float roll
Neck
public Neck(VJoint joint,
Head head)
setPitchValue
public void setPitchValue(float value)
setYawValue
public void setYawValue(float value)
setRollValue
public void setRollValue(float value)
copy
public void copy()
- Called when the face deformations are actually applied to the face...