Uses of Class
com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
-
-
Uses of GlimpseShaderProgram in com.metsci.glimpse.core.support.atlas.shader
Subclasses of GlimpseShaderProgram in com.metsci.glimpse.core.support.atlas.shader Modifier and Type Class Description classIconShader -
Uses of GlimpseShaderProgram in com.metsci.glimpse.core.support.shader.colormap
Subclasses of GlimpseShaderProgram in com.metsci.glimpse.core.support.shader.colormap Modifier and Type Class Description classColorMapIntegerProgramclassColorMapProgramA shader which colors a 2D data texture using values sampled from a color scaled defined by a 1D color texture.classColorMapTaggedProgramclassInterpColorMapProgramDoes a non-linear interpolation on the GPU and then maps into the colorscale. -
Uses of GlimpseShaderProgram in com.metsci.glimpse.core.support.shader.point
Subclasses of GlimpseShaderProgram in com.metsci.glimpse.core.support.shader.point Modifier and Type Class Description classPartialTaggedPointAttributeColorSizeProgramA point shader attached to a TaggedAxis1D which allows adjusting of the color scale at multiple tag points (as opposed to TaggedPointShader which only reads the lowest and highest tags and spreads the color scale between those).classPointAttributeColorSizeProgramDraws 2D point with feathered edges and color and size determined by float attributes associated with each point.classTaggedPointAttributeColorSizeProgram -
Uses of GlimpseShaderProgram in com.metsci.glimpse.topo
Subclasses of GlimpseShaderProgram in com.metsci.glimpse.topo Modifier and Type Class Description classShadedReliefProgramTakes two textures - the elevation data and the hillshade data - and does a nonlinear interpolation on the video card to index into the colormap.
-