Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
FloatTexture2D
A two dimensional texture storing float values.
|
Modifier and Type | Method and Description |
---|---|
void |
ShadedTexturePainter.addDrawableTexture(DrawableTexture texture) |
void |
ShadedTexturePainter.addDrawableTexture(DrawableTexture texture,
int textureUnit) |
void |
ShadedTexturePainter.removeDrawableTexture(DrawableTexture texture) |
Modifier and Type | Class and Description |
---|---|
class |
ByteTextureProjected2D
A texture class which stores 8 bit integer values (uncapped).
|
class |
ColorTextureProjected2D
A texture class which stores 4 channel RGBA colors.
|
class |
ExternalTextureProjected2D
A wrapper around an OpenGL texture handle which is being handled (allocated, freed,
drawn into, data loaded onto, etc...) by another class.
|
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 |
RGBATextureProjected2D
A texture class which stores 4 channel RGBA colors.
|
class |
RGBTextureProjected2D
A texture class which stores 3 channel RGB colors.
|
class |
ShortTextureProjected2D
A texture class which stores 16 bit integer values (uncapped).
|
class |
TextureProjected2D |
Copyright © 2016 Metron, Inc.. All rights reserved.