Uses of Class
hmi.facegraphics.GLHead

Packages that use GLHead
hmi.facegraphics This package and its subpackages make the connection between the abstract specification of face animations using Elckerlyc and the actual deformation of the mesh in the HmiGraphics packages. 
hmi.facegraphics.deformers Mesh deformations. 
 

Uses of GLHead in hmi.facegraphics
 

Fields in hmi.facegraphics declared as GLHead
private  GLHead HMIFaceController.glHead
           
 

Constructors in hmi.facegraphics with parameters of type GLHead
HMIFaceController(GLScene gls, GLHead h)
          This constructor needs to get a link to the face and its morph targets!
 

Uses of GLHead in hmi.facegraphics.deformers
 

Fields in hmi.facegraphics.deformers declared as GLHead
protected  GLHead Deformer.head
           
 

Methods in hmi.facegraphics.deformers with parameters of type GLHead
 void Deformer.setHead(GLHead head)