Package com.metsci.glimpse.core.gl.texture
Wrapper classes for working with OpenGL textures inside a
GlimpsePainter
.-
Interface Summary Interface Description ColorTexture1D.MutatorColor1D DrawableTexture A marker interface indicating that theTexture
is able to draw itself given aGL
handle.DrawableTextureProgram A minimum set of operations for drawing textured triangles.FloatTexture1D.MutatorFloat1D FloatTexture2D.MutatorFloat2D Texture Wrapper interface for an OpenGL texture. -
Class Summary Class Description AbstractTexture An abstractTexture
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.