Package | Description |
---|---|
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.support.texture |
Extensions to the basic
Texture subclasses. |
Modifier and Type | Method and Description |
---|---|
TextureProjected2D |
FrameBufferGlimpseCanvas.getGlimpseTexture() |
Modifier and Type | Method and Description |
---|---|
TextureProjected2D |
GLSimpleFrameBufferObject.getGlimpseTexture() |
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 |
ShortTextureProjected2D
A texture class which stores 16 bit integer values (uncapped).
|
Copyright © 2013 Metron, Inc.. All rights reserved.