Uses of Class
com.threerings.opengl.renderer.state.ColorState

Packages that use ColorState
com.threerings.opengl.material   
com.threerings.opengl.model   
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.renderer.state   
com.threerings.tudey.client.cursor   
com.threerings.tudey.client.sprite   
 

Uses of ColorState in com.threerings.opengl.material
 

Constructors in com.threerings.opengl.material with parameters of type ColorState
Projection(TechniqueConfig technique, ColorState colorState)
          Creates a new projection.
 

Uses of ColorState in com.threerings.opengl.model
 

Methods in com.threerings.opengl.model that return ColorState
 ColorState Model.getColorState()
          Returns a reference to the model's color state.
 

Methods in com.threerings.opengl.model with parameters of type ColorState
 void Model.setColorState(ColorState state)
          Sets the model's color state.
 

Uses of ColorState in com.threerings.opengl.renderer.config
 

Methods in com.threerings.opengl.renderer.config that return ColorState
 ColorState ColorStateConfig.getState()
          Returns the corresponding color state.
 

Uses of ColorState in com.threerings.opengl.renderer.state
 

Fields in com.threerings.opengl.renderer.state declared as ColorState
static ColorState ColorState.WHITE
          An opaque white color state.
 

Methods in com.threerings.opengl.renderer.state that return ColorState
static ColorState ColorState.getInstance(Color4f color)
          If there is a shared instance with the supplied parameters, returns a reference to it; otherwise, returns a new state with the parameters.
static ColorState ColorState.getInstance(ColorState state)
          If there is a shared equivalent to the specified state, this method will return the shared state; otherwise, it will simply return the parameter.
 

Methods in com.threerings.opengl.renderer.state with parameters of type ColorState
static ColorState ColorState.getInstance(ColorState state)
          If there is a shared equivalent to the specified state, this method will return the shared state; otherwise, it will simply return the parameter.
 

Uses of ColorState in com.threerings.tudey.client.cursor
 

Methods in com.threerings.tudey.client.cursor with parameters of type ColorState
static Model[] PathCursor.maybeResize(Model[] omodels, int ncount, TudeyContext ctx, Scope parentScope, String name, ColorState colorState)
          Resizes the specified array of models if necessary, adding new models or removing models as required.
 

Uses of ColorState in com.threerings.tudey.client.sprite
 

Methods in com.threerings.tudey.client.sprite with parameters of type ColorState
static Model[] PathSprite.maybeResize(Model[] omodels, int ncount, TudeyContext ctx, Scene scene, String name, ColorState colorState, Object userObject)
          Resizes the specified array of models if necessary, adding new models or removing models as required.
 



Copyright © 2011. All Rights Reserved.