Uses of Class
com.threerings.opengl.renderer.Texture3D

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

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

Methods in com.threerings.opengl.renderer.config with parameters of type Texture3D
abstract  void TextureConfig.Original3D.Contents.load(GlContext ctx, Texture3D texture, TextureConfig.Format format, boolean border, boolean mipmap)
          Loads the texture with the contents.
 void TextureConfig.Original3D.Blank.load(GlContext ctx, Texture3D texture, TextureConfig.Format format, boolean border, boolean mipmap)
           
 void TextureConfig.Original3D.ImageFile.load(GlContext ctx, Texture3D texture, TextureConfig.Format format, boolean border, boolean mipmap)
           
 

Uses of Texture3D in com.threerings.opengl.util
 

Methods in com.threerings.opengl.util with parameters of type Texture3D
static void DDSLoader.load(File file, Texture3D texture, boolean border)
          Loads a 3D texture from the supplied file.
 



Copyright © 2011. All Rights Reserved.