Uses of Class
org.xith3d.scenegraph.TextureAttributes

Packages that use TextureAttributes
org.xith3d.effects.shadows   
org.xith3d.loaders.models.conversion   
org.xith3d.render   
org.xith3d.render.states.units   
org.xith3d.scenegraph   
org.xith3d.ui.swingui A swing based UserInterface package for Xith3D. 
 

Uses of TextureAttributes in org.xith3d.effects.shadows
 

Methods in org.xith3d.effects.shadows that return TextureAttributes
 TextureAttributes ShadowMappingFactory.getShadowMapAttributes()
           
 

Uses of TextureAttributes in org.xith3d.loaders.models.conversion
 

Methods in org.xith3d.loaders.models.conversion that return TextureAttributes
 TextureAttributes XithAppearanceFactory.createTextureAttributes(java.lang.String name)
           
 

Uses of TextureAttributes in org.xith3d.render
 

Fields in org.xith3d.render declared as TextureAttributes
 TextureAttributes[] OpenGLStatesCache.currentTexAttribs
           
 

Uses of TextureAttributes in org.xith3d.render.states.units
 

Fields in org.xith3d.render.states.units declared as TextureAttributes
static TextureAttributes TextureUnitStateUnit.DEFAULT_TEX_ATTR
           
 

Methods in org.xith3d.render.states.units that return TextureAttributes
 TextureAttributes TextureUnitStateUnit.getTextureAttributes()
           
 

Methods in org.xith3d.render.states.units with parameters of type TextureAttributes
 void TextureUnitStateUnit.update(Texture texture, TextureAttributes texAttribs, TexCoordGeneration texCoordGen)
           
 

Uses of TextureAttributes in org.xith3d.scenegraph
 

Methods in org.xith3d.scenegraph that return TextureAttributes
 TextureAttributes TextureAttributes.cloneNodeComponent(boolean forceDuplicate)
          
 TextureAttributes TextureAttributes.getCopy()
          
 TextureAttributes Appearance.getTextureAttributes()
           
 TextureAttributes TextureUnit.getTextureAttributes()
           
 TextureAttributes Appearance.getTextureAttributes(boolean forceExistence)
           
 TextureAttributes Appearance.getTextureAttributes(int unit)
           
 TextureAttributes Appearance.getTextureAttributes(int unit, boolean forceExistence)
           
 

Methods in org.xith3d.scenegraph with parameters of type TextureAttributes
 int TextureAttributes.compareTo(TextureAttributes o)
          
 void Appearance.setTextureAttributes(int unit, TextureAttributes textureAttribs)
          Sets the TextureAttributes of the given TextureUnit.
 void Appearance.setTextureAttributes(TextureAttributes textureAttribs)
          Sets the TextureAttributes of the first (#0) TextureUnit.
 void ProjectiveTextureUnit.setTextureAttributes(TextureAttributes textureAttributes)
          
 void TextureUnit.setTextureAttributes(TextureAttributes textureAttributes)
           
 

Constructors in org.xith3d.scenegraph with parameters of type TextureAttributes
TextureUnit(java.lang.String texture, TextureAttributes textureAttributes)
           
TextureUnit(java.lang.String texture, TextureAttributes textureAttributes, TexCoordGeneration texCoordGeneration)
           
TextureUnit(Texture texture, TextureAttributes textureAttributes)
           
TextureUnit(Texture texture, TextureAttributes textureAttributes, TexCoordGeneration texCoordGeneration)
           
 

Uses of TextureAttributes in org.xith3d.ui.swingui
 

Methods in org.xith3d.ui.swingui that return TextureAttributes
 TextureAttributes UIOverlay.getTextureAttributes()
          Return the texture attributes shared by all the sub-overlays