Uses of Package
com.threerings.opengl.renderer.config

Packages that use com.threerings.opengl.renderer.config
com.threerings.opengl.compositor   
com.threerings.opengl.compositor.config Compositor configurations. 
com.threerings.opengl.geometry   
com.threerings.opengl.geometry.config Geometry configurations. 
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.scene.config Scene configurations. 
 

Classes in com.threerings.opengl.renderer.config used by com.threerings.opengl.compositor
TextureConfig
          Texture metadata.
 

Classes in com.threerings.opengl.renderer.config used by com.threerings.opengl.compositor.config
TextureConfig
          Texture metadata.
 

Classes in com.threerings.opengl.renderer.config used by com.threerings.opengl.geometry
CoordSpace
          The different coordinate spaces in which geometry may be specified.
 

Classes in com.threerings.opengl.renderer.config used by com.threerings.opengl.geometry.config
ClientArrayConfig
          Contains the configuration of a single client array.
CoordSpace
          The different coordinate spaces in which geometry may be specified.
 

Classes in com.threerings.opengl.renderer.config used by com.threerings.opengl.gui.config
AlphaStateConfig
          Configurable alpha state.
ColorizationConfig
          Describes a colorization.
DepthStateConfig
          Configurable depth state.
 

Classes in com.threerings.opengl.renderer.config used by com.threerings.opengl.material.config
AlphaStateConfig
          Configurable alpha state.
ColorMaskStateConfig
          Configurable color mask state.
ColorStateConfig
          Configurable color state.
CullStateConfig
          Configurable cull state.
DepthStateConfig
          Configurable depth state.
FogStateConfig
          Configurable fog state.
LightStateConfig
          Configurable light state.
LineStateConfig
          Configurable line state.
MaterialStateConfig
          Configurable material state.
PointStateConfig
          Configurable line state.
PolygonStateConfig
          Configurable polygon state.
ShaderStateConfig
          Configurable shader state.
StencilStateConfig
          Configurable stencil state.
TextureStateConfig
          Configurable texture state.
 

Classes in com.threerings.opengl.renderer.config used by com.threerings.opengl.renderer.config
AlphaStateConfig.DestBlendFactor
          Dest blend factor constants.
AlphaStateConfig.SourceBlendFactor
          Source blend factor constants.
AlphaStateConfig.TestFunc
          Test functions.
ClientArrayConfig
          Contains the configuration of a single client array.
ClientArrayConfig.Type
          Type constants.
ColorizationConfig
          Describes a colorization.
ColorizationConfig.Triplet
          Represents a set of hue, saturation, and value values.
CoordSpace
          The different coordinate spaces in which geometry may be specified.
CullStateConfig.Face
          Cull face constants.
DepthStateConfig.TestFunc
          Depth test function constants.
FogStateConfig
          Configurable fog state.
FogStateConfig.Enabled
          Superclass of the enabled states.
LightConfig
          Represents the state of a single light.
LightConfig.Attenuation
          Represents the light's attenuation coefficients.
LightConfig.Colors
          Represents the colors of the light.
LightConfig.Falloff
          Represents the spot light falloff.
LightConfig.Point
          A point light.
LightStateConfig
          Configurable light state.
MaterialStateConfig
          Configurable material state.
MaterialStateConfig.ColorMaterialFace
          Color material face constants.
MaterialStateConfig.ColorMaterialMode
          Color material mode constants.
MaterialStateConfig.OneSided
          A one-sided material configuration.
MaterialStateConfig.Side
          The parameters of one side.
MaterialStateConfig.TwoSided
          A two-sided material configuration.
PolygonStateConfig.Mode
          Polygon mode constants.
ShaderConfig
          Shader metadata.
ShaderConfig.ArrayRefUniformConfig
          Base class for configs representing uniform arrays whose values come from references to scoped variables.
ShaderConfig.Definition
          Represents a preprocessor definition.
ShaderConfig.ExpressionUniformConfig
          Base class for expression-derived uniforms.
ShaderConfig.Fragment.Contents
          The initial contents of the shader.
ShaderConfig.Implementation
          Contains the actual implementation of the shader.
ShaderConfig.Original
          The superclass of the original implementations.
ShaderConfig.SimpleUniformConfig
          Base class for simple uniforms.
ShaderConfig.UniformConfig
          Represents the configuration of one or more shader uniforms.
ShaderConfig.Vertex.Contents
          The initial contents of the shader.
ShaderStateConfig
          Configurable shader state.
StencilStateConfig.Op
          Stencil ops.
StencilStateConfig.TestFunc
          Stencil test function constants.
TextureConfig
          Texture metadata.
TextureConfig.BaseDerived
          Base class of TextureConfig.BaseDerived and related implementations.
TextureConfig.CompareFunc
          Compare function constants.
TextureConfig.CompareMode
          Compare mode constants.
TextureConfig.DepthMode
          Depth mode constants.
TextureConfig.Format
          Format constants.
TextureConfig.Frame
          A frame within an animated texture.
TextureConfig.Implementation
          Contains the actual implementation of the texture.
TextureConfig.MagFilter
          Magnification filter constants.
TextureConfig.MinFilter
          Minification filter constants.
TextureConfig.Original
          The superclass of the implementations describing an original texture, as opposed to one derived from another configuration.
TextureConfig.Original1D.Contents
          The initial contents of the texture.
TextureConfig.Original2D
          A 2D texture.
TextureConfig.Original2D.Contents
          The initial contents of the texture.
TextureConfig.Original3D.Contents
          The initial contents of the texture.
TextureConfig.OriginalCubeMap.Contents
          The initial contents of the texture.
TextureConfig.OriginalCubeMap.FileTrio
          Contains the files for the x, y, and z faces.
TextureConfig.Wrap
          Wrap constants.
TextureCoordGenConfig
          Contains a texture coordinate generation function.
TextureCoordGenConfig.Linear
          Superclass of the linear texture coordinate generation functions.
TextureEnvironmentConfig
          Contains the configuration of a texture unit's environment.
TextureEnvironmentConfig.AlphaCombine
          Alpha combination modes.
TextureEnvironmentConfig.AlphaOperand
          Alpha combination operands.
TextureEnvironmentConfig.AlphaParam
          A single alpha source/operand pair.
TextureEnvironmentConfig.RGBCombine
          RGB combination modes.
TextureEnvironmentConfig.RGBOperand
          RGB combination operands.
TextureEnvironmentConfig.RGBParam
          A single rgb combine parameter.
TextureEnvironmentConfig.Scale
          The combination scale values.
TextureEnvironmentConfig.Source
          Combine sources.
TextureUnitConfig
          Contains the configuration of a single texture unit.
 

Classes in com.threerings.opengl.renderer.config used by com.threerings.opengl.scene.config
FogStateConfig
          Configurable fog state.
LightConfig
          Represents the state of a single light.
 



Copyright © 2011. All Rights Reserved.