Uses of Class
hmi.graphics.opengl.state.GLMaterial

Packages that use GLMaterial
hmi.graphics.opengl The HmiGraphics opengl package contains code for opengl based rendering, that is still independent from particular OpenGL java bindings, like jogl and lwjgl 
hmi.graphics.opengl.renderobjects The HmiGraphics opengl.renderobjects package contains a few utility classes for OpenGL based rendering. 
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.opengl.state The HmiGraphics opebgl.state package contains code for maintaining the runtime OpenGL state. 
hmi.graphics.util.basicobjects   
 

Uses of GLMaterial in hmi.graphics.opengl
 

Fields in hmi.graphics.opengl declared as GLMaterial
private  GLMaterial GLSkeleton.lineState
           
private  GLMaterial GLSkeleton.sphereState
           
 

Uses of GLMaterial in hmi.graphics.opengl.renderobjects
 

Fields in hmi.graphics.opengl.renderobjects declared as GLMaterial
private  GLMaterial GLCheckerBoardGround.greyState
           
private  GLMaterial GLCheckerBoardGround.whiteState
           
 

Uses of GLMaterial in hmi.graphics.opengl.scenegraph
 

Methods in hmi.graphics.opengl.scenegraph that return GLMaterial
static GLMaterial GMaterialTranslator.fromGMaterialToGLMaterial(GMaterial gmaterial)
          Translates GMaterial into GLMaterial
 

Uses of GLMaterial in hmi.graphics.opengl.state
 

Methods in hmi.graphics.opengl.state with parameters of type GLMaterial
 boolean GLMaterial.eq(GLMaterial glm)
           
 

Uses of GLMaterial in hmi.graphics.util.basicobjects
 

Fields in hmi.graphics.util.basicobjects declared as GLMaterial
private  GLMaterial GLCheckerBoardGround.greyState
           
private  GLMaterial GLCheckerBoardGround.whiteState