Uses of Class
hmi.graphics.opengl.scenegraph.GLScene

Packages that use GLScene
hmi.environment.avatars This package contains code for loading avatars, mixed systems, face bindings, etc. 
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.graphics.opengl.scenegraph The HmiGraphics opengl.scenegraph package contains code for OpenGL based scenegraphs, on top of the more basic opengl package. 
hmi.graphics.util The HmiGraphics util package contains a few utilities that combine functionality from other HmiGraphics packages. 
 

Uses of GLScene in hmi.environment.avatars
 

Fields in hmi.environment.avatars declared as GLScene
private  GLScene HmiVirtualHuman.glScene
           
 

Methods in hmi.environment.avatars that return GLScene
 GLScene HmiVirtualHuman.getGLScene()
           
 

Methods in hmi.environment.avatars with parameters of type GLScene
 void HmiVirtualHuman.setGLScene(GLScene gls)
           
 

Uses of GLScene in hmi.facegraphics
 

Fields in hmi.facegraphics declared as GLScene
private  GLScene HMIFaceController.theGLScene
          Used to control morph targets...
 

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

Uses of GLScene in hmi.graphics.opengl.scenegraph
 

Methods in hmi.graphics.opengl.scenegraph that return GLScene
static GLScene ScenegraphTranslator.fromGSceneToGLScene(GScene gscene)
          Translates a GScene into a GLScene
 

Uses of GLScene in hmi.graphics.util
 

Fields in hmi.graphics.util declared as GLScene
private  GLScene SegmentedDaeHumanoidLoader.glScene
           
private  GLScene SeamlessDaeHumanoidLoader.glScene
           
private  GLScene LoadSeamlessDaeHumanoidInTPose.scene
           
private  GLScene LoadSeamlessDaeHumanoidInDefPose.scene
           
private  GLScene LoadSeamlessDaeHumanoid.scene
           
 

Methods in hmi.graphics.util that return GLScene
 GLScene SegmentedDaeHumanoidLoader.getGLScene()
           
 GLScene SeamlessDaeHumanoidLoader.getGLScene()
           
 GLScene DaeHumanoidLoader.getGLScene()
           
static GLScene ColladaReader.getGLScene(String resourceName, String jointRenamingFileName, float scale)
          Tries to get a GLScene object with the specified resource name.
 GLScene LoadSeamlessDaeHumanoidInTPose.getScene()
           
 GLScene LoadSeamlessDaeHumanoidInDefPose.getScene()
           
 GLScene LoadSeamlessDaeHumanoid.getScene()
           
static GLScene ColladaReader.read(String colladaResourceDir, String colladaFileName)
           
static GLScene ColladaReader.read(String colladaResourceDir, String colladaFileName, String jointRenamingFileName, float scale)
           
static GLScene ColladaReader.readGLSceneFromResourceFile(Resources resources, String colladaFileName, String jointRenamingFileName, float scale)
          Reads a Collada file and compiles it into a GLScene