Uses of Interface
com.metsci.glimpse.gl.texture.DrawableTexture

Packages that use DrawableTexture
com.metsci.glimpse.canvas Heavy weight canvases on which all Glimpse rendering is performed. 
com.metsci.glimpse.gl Texture, shader, frame buffer, vertex buffer, and other general OpenGL utility classes. 
com.metsci.glimpse.gl.texture Wrapper classes for working with OpenGL textures inside a GlimpsePainter
com.metsci.glimpse.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images. 
com.metsci.glimpse.support.texture Extensions to the basic Texture subclasses. 
 

Uses of DrawableTexture in com.metsci.glimpse.canvas
 

Methods in com.metsci.glimpse.canvas that return DrawableTexture
 DrawableTexture FrameBufferGlimpseCanvas.getGlimpseTexture()
           
 

Uses of DrawableTexture in com.metsci.glimpse.gl
 

Methods in com.metsci.glimpse.gl that return DrawableTexture
 DrawableTexture GLSimpleFrameBufferObject.getGlimpseTexture()
           
 

Uses of DrawableTexture in com.metsci.glimpse.gl.texture
 

Classes in com.metsci.glimpse.gl.texture that implement DrawableTexture
 class FloatTexture2D
          A two dimensional texture storing float values.
 

Uses of DrawableTexture in com.metsci.glimpse.painter.texture
 

Methods in com.metsci.glimpse.painter.texture with parameters of type DrawableTexture
 void ShadedTexturePainter.addDrawableTexture(DrawableTexture texture)
           
 void ShadedTexturePainter.addDrawableTexture(DrawableTexture texture, int textureUnit)
           
 void ShadedTexturePainter.removeDrawableTexture(DrawableTexture texture)
           
 

Uses of DrawableTexture in com.metsci.glimpse.support.texture
 

Classes in com.metsci.glimpse.support.texture that implement DrawableTexture
 class ByteTextureProjected2D
          A texture class which stores 8 bit integer values (uncapped).
 class ColorTextureProjected2D
          A texture class which stores 4 channel RGBA colors.
 class FloatTextureProjected2D
          A texture class which stores 32 bit fixed point values (uncapped).
 class LuminanceTextureProjected2D
          A texture class which stores 16 bit fixed point greyscale values (capped from 0 to 1).
 class ShortTextureProjected2D
          A texture class which stores 16 bit integer values (uncapped).
 class TextureProjected2D
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.