Uses of Class
com.jme.scene.state.TextureState

Packages that use TextureState
com.jme.animation   
com.jme.renderer   
com.jme.renderer.jogl   
com.jme.renderer.lwjgl   
com.jme.renderer.pass   
com.jme.scene   
com.jme.scene.state   
com.jme.scene.state.jogl   
com.jme.scene.state.lwjgl   
com.jme.system.dummy   
com.jmex.effects   
com.jmex.effects.glsl   
com.jmex.effects.water   
com.jmex.font2d   
com.jmex.font3d.effects   
com.jmex.model.collada   
com.jmex.model.converters.maxutils   
com.jmex.model.ogrexml   
 

Uses of TextureState in com.jme.animation
 

Constructors in com.jme.animation with parameters of type TextureState
TextureAnimationController(TextureState ts)
           
 

Uses of TextureState in com.jme.renderer
 

Methods in com.jme.renderer that return TextureState
abstract  TextureState Renderer.createTextureState()
          createTextureState retrieves the texture state object for the proper renderer.
 

Uses of TextureState in com.jme.renderer.jogl
 

Methods in com.jme.renderer.jogl that return TextureState
 TextureState JOGLRenderer.createTextureState()
          createTextureState returns a new JOGLTextureState object as a regular TextureState.
 

Uses of TextureState in com.jme.renderer.lwjgl
 

Methods in com.jme.renderer.lwjgl that return TextureState
 TextureState LWJGLRenderer.createTextureState()
          createTextureState returns a new LWJGLTextureState object as a regular TextureState.
 

Uses of TextureState in com.jme.renderer.pass
 

Fields in com.jme.renderer.pass declared as TextureState
protected static TextureState ShadowedRenderPass.noTexture
           
 

Uses of TextureState in com.jme.scene
 

Methods in com.jme.scene that return TextureState
static TextureState Text.getDefaultFontTextureState()
          Creates the texture state if not created before.
 

Uses of TextureState in com.jme.scene.state
 

Methods in com.jme.scene.state that return types with arguments of type TextureState
 java.lang.Class<? extends TextureState> TextureState.getClassTag()
           
 

Uses of TextureState in com.jme.scene.state.jogl
 

Subclasses of TextureState in com.jme.scene.state.jogl
 class JOGLTextureState
          JOGLTextureState subclasses the TextureState object using the JOGL API to access OpenGL for texture processing.
 

Uses of TextureState in com.jme.scene.state.lwjgl
 

Subclasses of TextureState in com.jme.scene.state.lwjgl
 class LWJGLTextureState
          LWJGLTextureState subclasses the TextureState object using the LWJGL API to access OpenGL for texture processing.
 

Uses of TextureState in com.jme.system.dummy
 

Subclasses of TextureState in com.jme.system.dummy
(package private)  class DummyRenderer.TextureStateN
           
 

Methods in com.jme.system.dummy that return TextureState
 TextureState DummyRenderer.createTextureState()
           
 

Uses of TextureState in com.jmex.effects
 

Methods in com.jmex.effects with parameters of type TextureState
static LensFlare LensFlareFactory.createBasicLensFlare(java.lang.String name, TextureState[] tex)
          Creates a basic LensFlare with 16 FlareQuad children.
 

Uses of TextureState in com.jmex.effects.glsl
 

Fields in com.jmex.effects.glsl declared as TextureState
protected static TextureState SketchRenderPass.noTexture
           
 

Uses of TextureState in com.jmex.effects.water
 

Fields in com.jmex.effects.water declared as TextureState
protected  TextureState WaterRenderPass.fallbackTextureState
           
protected  TextureState WaterRenderPass.textureState
           
 

Methods in com.jmex.effects.water that return TextureState
 TextureState WaterRenderPass.getTextureState()
           
 

Methods in com.jmex.effects.water with parameters of type TextureState
 void WaterRenderPass.setTextureState(TextureState textureState)
           
 

Uses of TextureState in com.jmex.font2d
 

Methods in com.jmex.font2d that return TextureState
 TextureState Font2D.getFontTextureState()
           
static TextureState Font2D.getFontTextureState(java.lang.String fontFile)
          Creates the texture state if not created before.
 

Uses of TextureState in com.jmex.font3d.effects
 

Constructors in com.jmex.font3d.effects with parameters of type TextureState
Font3DTexture(TextureState ts)
           
 

Uses of TextureState in com.jmex.model.collada
 

Methods in com.jmex.model.collada that return TextureState
 TextureState ColladaImporter.processTexture(java.lang.String key, ColladaMaterial mat, int index)
           
 TextureState ColladaImporter.processTexture(textureType texture, ColladaMaterial mat)
          processTexture generates a texture state that contains the image and texture coordinate unit information.
 

Uses of TextureState in com.jmex.model.converters.maxutils
 

Fields in com.jmex.model.converters.maxutils declared as TextureState
(package private)  TextureState MaterialBlock.myTexState
           
 

Uses of TextureState in com.jmex.model.ogrexml
 

Methods in com.jmex.model.ogrexml with parameters of type TextureState
 void MaterialLoader.readUnitStatement(TextureState tex, int unit)