Uses of Class
hmi.graphics.collada.CommonTexture

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

Uses of CommonTexture in hmi.graphics.collada
 

Fields in hmi.graphics.collada declared as CommonTexture
private  CommonTexture FColladaBump.texture
           
private  CommonTexture CommonColorOrTextureType.texture
           
 

Methods in hmi.graphics.collada that return CommonTexture
 CommonTexture FixedFunctionShader.getDiffuseTexture()
           
 CommonTexture FColladaBump.getTexture()
           
 CommonTexture CommonColorOrTextureType.getTexture()
          Returns the texture, possibly null
 CommonTexture FixedFunctionShader.getTransparentTexture()
           
 

Uses of CommonTexture in hmi.graphics.collada.scenegraph
 

Methods in hmi.graphics.collada.scenegraph with parameters of type CommonTexture
private static GTexture MaterialTranslator.getGTexture(Collada collada, CommonTexture texture, Map<String,ParamValue> paramMap)