hmi.faceanimation.model
Class Eye
java.lang.Object
hmi.faceanimation.model.Eye
public class Eye
- extends Object
|
Constructor Summary |
Eye(VJoint joint,
Head head,
boolean leftSide)
|
| 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
head
private Head head
leftSide
public boolean leftSide
pitch
private float pitch
yaw
private float yaw
thrust
private float thrust
Eye
public Eye(VJoint joint,
Head head,
boolean leftSide)
setPitchValue
public void setPitchValue(float value)
setYawValue
public void setYawValue(float value)
setThrustValue
public void setThrustValue(float value)
copy
public void copy()
- Called when the face deformations are actually applied to the face...