Uses of Class
hmi.graphics.scenegraph.GMaterial

Packages that use GMaterial
hmi.graphics.collada.scenegraph Support for loading Collada Graphics files 
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.scenegraph The HmiGraphics scenegraph package contains code for graphics scenegraphs in a render platform independent way, and also independent from a particular graphics file format. 
 

Uses of GMaterial in hmi.graphics.collada.scenegraph
 

Fields in hmi.graphics.collada.scenegraph declared as GMaterial
private  GMaterial MaterialTranslator.GMaterialPlusChannelBindings.gmaterial
           
 

Methods in hmi.graphics.collada.scenegraph that return GMaterial
 GMaterial MaterialTranslator.GMaterialPlusChannelBindings.getGMaterial()
           
 

Methods in hmi.graphics.collada.scenegraph with parameters of type GMaterial
private static Map<String,String> MaterialTranslator.fixedFunctionShaderSetting(Collada collada, FixedFunctionShader shader, Map<String,ParamValue> paramMap, InstanceMaterial im, GMaterial gmaterial)
          create gmaterial settings from the specified shader, using possible parameter setting.
 

Constructors in hmi.graphics.collada.scenegraph with parameters of type GMaterial
MaterialTranslator.GMaterialPlusChannelBindings(GMaterial gmaterial, Map<String,String> binding)
           
 

Uses of GMaterial in hmi.graphics.opengl.scenegraph
 

Methods in hmi.graphics.opengl.scenegraph with parameters of type GMaterial
static GLMaterial GMaterialTranslator.fromGMaterialToGLMaterial(GMaterial gmaterial)
          Translates GMaterial into GLMaterial
 

Uses of GMaterial in hmi.graphics.scenegraph
 

Fields in hmi.graphics.scenegraph declared as GMaterial
private  GMaterial GShape.gmaterial
           
 

Methods in hmi.graphics.scenegraph that return GMaterial
 GMaterial GShape.getGMaterial()
          Returns the GMaterial component.
 

Methods in hmi.graphics.scenegraph with parameters of type GMaterial
 void GShape.setGMaterial(GMaterial gmaterial)
          Sets the GMaterial component.
 

Constructors in hmi.graphics.scenegraph with parameters of type GMaterial
GShape(GMesh gmesh, GMaterial gmaterial, String name)
          Creates a new GShape with specified GMesh and GMaterial.