Package | Description |
---|---|
com.metsci.glimpse.gl.shader |
Grammar for parsing GLSL files and programmatically identifying
and setting uniform variables.
|
com.metsci.glimpse.painter.shape |
Painters which draw basic geometric shapes: line segments, points, and polygons.
|
com.metsci.glimpse.painter.texture |
Painters which display data contained in OpenGL textures, including
2D heat maps and images.
|
Modifier and Type | Field and Description |
---|---|
static Pipeline |
Pipeline.empty |
Constructor and Description |
---|
ShadedPointPainter(Axis1D colorAxis,
Axis1D sizeAxis,
Pipeline pipeline) |
TimeShadedPointPainter(Axis1D colorAxis,
Axis1D sizeAxis,
Pipeline pipeline) |
Modifier and Type | Method and Description |
---|---|
void |
ShadedTexturePainter.setPipeline(Pipeline pipeline) |
Copyright © 2016 Metron, Inc.. All rights reserved.