Uses of Class
hmi.graphics.collada.FixedFunctionShader.ShaderType

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

Uses of FixedFunctionShader.ShaderType in hmi.graphics.collada
 

Fields in hmi.graphics.collada declared as FixedFunctionShader.ShaderType
private  FixedFunctionShader.ShaderType FixedFunctionShader.shaderType
           
 

Methods in hmi.graphics.collada that return FixedFunctionShader.ShaderType
 FixedFunctionShader.ShaderType FixedFunctionShader.getShaderType()
           
static FixedFunctionShader.ShaderType FixedFunctionShader.ShaderType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FixedFunctionShader.ShaderType[] FixedFunctionShader.ShaderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in hmi.graphics.collada with parameters of type FixedFunctionShader.ShaderType
FixedFunctionShader(Collada collada, FixedFunctionShader.ShaderType type)
           
FixedFunctionShader(FixedFunctionShader.ShaderType type)
           
 

Uses of FixedFunctionShader.ShaderType in hmi.graphics.collada.scenegraph
 

Methods in hmi.graphics.collada.scenegraph with parameters of type FixedFunctionShader.ShaderType
private static String MaterialTranslator.convertShaderType(FixedFunctionShader.ShaderType type, String[] texCoordChannels, Map<String,String> bindings, InstanceMaterial im)