Uses of Class
hmi.graphics.collada.FixedFunctionShader

Packages that use FixedFunctionShader
hmi.graphics.collada Support for loading Collada Graphics files 
hmi.graphics.collada.scenegraph Support for loading Collada Graphics files 
 

Uses of FixedFunctionShader in hmi.graphics.collada
 

Subclasses of FixedFunctionShader in hmi.graphics.collada
 class Blinn
          Blinn shader
 class Constant
          Fixed function constant shader (just emission)
 class Lambert
          Lambert shader
 class Phong
          Phong shader
 

Fields in hmi.graphics.collada declared as FixedFunctionShader
private  FixedFunctionShader TechniqueFX.shader
           
 

Methods in hmi.graphics.collada that return FixedFunctionShader
 FixedFunctionShader TechniqueFX.getShader()
          Returns a shader for this technique.
 

Uses of FixedFunctionShader in hmi.graphics.collada.scenegraph
 

Methods in hmi.graphics.collada.scenegraph with parameters of type FixedFunctionShader
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.