j3d.org Aviatrix3D

Uses of Class
org.j3d.aviatrix3d.Texture

Packages that use Texture
org.j3d.aviatrix3d A lightweight Object Oriented wrapper for OpenGL. 
org.j3d.renderer.aviatrix3d.texture Generalised classes for handling of textures. 
 

Uses of Texture in org.j3d.aviatrix3d
 

Subclasses of Texture in org.j3d.aviatrix3d
 class OffscreenTexture2D
          Describes the texture that is rendered to an offscreen buffer, using OpenGL pBuffers.
 class Texture1D
          Describes the 1D texture properties of an object.
 class Texture2D
          Describes the 2D texture properties of an object.
 class Texture3D
          Describes the 3D (volume) texture properties of an object.
 class TextureCubicEnvironmentMap
          A specialist object that renders a cubic environment map from pre-built images.
 

Methods in org.j3d.aviatrix3d that return Texture
 Texture TextureUnit.getTexture()
          Get the currently set texture.
 

Methods in org.j3d.aviatrix3d with parameters of type Texture
 void TextureUnit.setTexture(Texture tex)
          Set the texture for this stage.
 

Constructors in org.j3d.aviatrix3d with parameters of type Texture
TextureUnit(Texture t, TextureAttributes attrs, TexCoordGeneration tcg)
          Construct a Texture Unit with the specified texture, attributes and coordinate generation.
 

Uses of Texture in org.j3d.renderer.aviatrix3d.texture
 

Methods in org.j3d.renderer.aviatrix3d.texture that return Texture
 Texture AVTextureCache.fetchTexture(java.lang.String filename)
          Fetch the texture named by the filename.
 Texture AVTextureCache.fetchTexture(java.net.URL url)
          Fetch the texture named by the URL.
 

Methods in org.j3d.renderer.aviatrix3d.texture with parameters of type Texture
 void AVTextureCache.registerTexture(Texture texture, java.lang.String filename)
          Register a texture with the cache assigned to a filename.
 


j3d.org Aviatrix3D

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - j3d.org