Uses of Class
com.threerings.opengl.renderer.config.TextureCoordGenConfig

Packages that use TextureCoordGenConfig
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

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

Subclasses of TextureCoordGenConfig in com.threerings.opengl.renderer.config
static class TextureCoordGenConfig.EyeLinear
          Generates coordinates using a linear function in eye space.
static class TextureCoordGenConfig.Linear
          Superclass of the linear texture coordinate generation functions.
static class TextureCoordGenConfig.NormalMap
          Generates coordinates using a normal map function.
static class TextureCoordGenConfig.ObjectLinear
          Generates coordinates using a linear function in object (model) space.
static class TextureCoordGenConfig.ReflectionMap
          Generates coordinates using a reflection map function.
static class TextureCoordGenConfig.SphereMap
          Generates coordinates using a sphere map function.
 

Fields in com.threerings.opengl.renderer.config declared as TextureCoordGenConfig
 TextureCoordGenConfig TextureUnitConfig.coordGenQ
          The texture coordinate generation function for the q coordinate.
 TextureCoordGenConfig TextureUnitConfig.coordGenR
          The texture coordinate generation function for the r coordinate.
 TextureCoordGenConfig TextureUnitConfig.coordGenS
          The texture coordinate generation function for the s coordinate.
 TextureCoordGenConfig TextureUnitConfig.coordGenT
          The texture coordinate generation function for the t coordinate.
 



Copyright © 2011. All Rights Reserved.