Uses of Class
com.threerings.opengl.renderer.config.TextureConfig.Implementation

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

Uses of TextureConfig.Implementation in com.threerings.opengl.renderer.config
 

Subclasses of TextureConfig.Implementation in com.threerings.opengl.renderer.config
static class TextureConfig.Animated
          Switches between subtextures according to an expression.
static class TextureConfig.BaseDerived
          Base class of TextureConfig.BaseDerived and related implementations.
static class TextureConfig.CubeRender
          A dynamically rendered cube map.
static class TextureConfig.Derived
          A derived implementation.
static class TextureConfig.Frame
          A frame within an animated texture.
static class TextureConfig.Original
          The superclass of the implementations describing an original texture, as opposed to one derived from another configuration.
static class TextureConfig.Original1D
          A 1D texture.
static class TextureConfig.Original2D
          A 2D texture.
static class TextureConfig.Original2DTarget
          A 2D texture that matches the dimensions of the render surface.
static class TextureConfig.Original3D
          A 3D texture.
static class TextureConfig.OriginalCubeMap
          A cube map texture.
static class TextureConfig.OriginalRectangle
          A 2D texture that uses the rectangle target.
static class TextureConfig.Reflection
          A planar reflection texture.
static class TextureConfig.Refraction
          A planar refraction texture.
 

Fields in com.threerings.opengl.renderer.config declared as TextureConfig.Implementation
 TextureConfig.Implementation TextureConfig.implementation
          The actual texture implementation.
 



Copyright © 2011. All Rights Reserved.