Uses of Interface
org.xith3d.render.states.StateTrackable

Packages that use StateTrackable
org.xith3d.render.states   
org.xith3d.scenegraph   
 

Uses of StateTrackable in org.xith3d.render.states
 

Classes in org.xith3d.render.states with type parameters of type StateTrackable
 interface StateTrackable<T extends StateTrackable<T>>
          Simple interface that allows the renderer to assign a state id to a node.
 

Fields in org.xith3d.render.states declared as StateTrackable
protected  StateTrackable<?> StateNode.masterCopy
           
 

Methods in org.xith3d.render.states that return StateTrackable
 StateTrackable<?> StateNode.getMasterCopy()
           
 

Methods in org.xith3d.render.states with parameters of type StateTrackable
 void StateMap.assignState(StateTrackable<?> trackable)
          Ok this is a little tricky.
 

Constructors in org.xith3d.render.states with parameters of type StateTrackable
StateNode(StateTrackable<?> item)
           
 

Uses of StateTrackable in org.xith3d.scenegraph
 

Classes in org.xith3d.scenegraph that implement StateTrackable
 class AssemblyShaderProgram
           
 class AssemblyShaderProgramContext
           
 class ColoringAttributes
          ColoringAttributes defines attributes that apply to color mapping.
 class GLSLContext
          Created on Jul 7, 2006 by florian for project 'xith3d_glsl_shader_support'
 class GLSLShaderProgram
          Created on Jul 7, 2006 by florian for project 'xith3d_glsl_shader_support'
 class LineAttributes
          LineAttributes defines attributes that apply to .
 class Material
          The Material object defines the appearance of an object under illumination.
 class PointAttributes
          PointAttributes defines attributes that apply to .
 class PolygonAttributes
          PolygonAttributes defines attributes that apply to .
 class RenderingAttributes
          RenderingAttributes defines attributes that apply to .
 class ShaderProgram<S extends Shader>
           
 class ShaderProgramContext<SP extends ShaderProgram<?>>
           
 class TexCoordGeneration
          TexCoordGeneration defines attributes that apply to texture coordinates generation.
 class TextureAttributes
          TextureAttributes defines attributes that apply to .
 class TransparencyAttributes
          TransparencyAttributes defines attributes that apply to .