Package com.metsci.glimpse.gl.texture

Wrapper classes for working with OpenGL textures inside a GlimpsePainter.

See:
          Description

Interface Summary
ColorTexture1D.MutatorColor1D  
DrawableTexture A marker interface indicating that the Texture is able to draw itself given a GL handle.
FloatTexture1D.MutatorFloat1D  
FloatTexture2D.MutatorFloat2D  
Texture Wrapper interface for an OpenGL texture.
 

Class Summary
AbstractTexture An abstract Texture implementation which wraps an OpenGL integer texture handle but makes no assumptions about the data types stored in the texture.
ColorTexture1D  
ColorTexture1D.Builder  
ColorTexture1D.ColorGradientBuilder  
FloatTexture1D A one dimensional texture storing float values.
FloatTexture2D A two dimensional texture storing float values.
 

Package com.metsci.glimpse.gl.texture Description

Wrapper classes for working with OpenGL textures inside a GlimpsePainter.



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