Package | Description |
---|---|
com.metsci.glimpse.axis.tagged.shader |
Shader implementations specific to tagged axes.
|
com.metsci.glimpse.gl.shader |
Grammar for parsing GLSL files and programmatically identifying
and setting uniform variables.
|
com.metsci.glimpse.support.shader.geometry |
Constructor and Description |
---|
PartialTaggedPointShader(int colorTextureUnit,
int sizeTextureUnit,
int vertexTexUnit,
int textureTexUnit,
int colorAttributeIndex,
int sizeAttributeIndex,
TaggedAxis1D colorAxis,
TaggedAxis1D sizeAxis,
ShaderSource... source) |
Modifier and Type | Method and Description |
---|---|
static ShaderSource[] |
Shader.getSource(String... shaderFile) |
Constructor and Description |
---|
Shader(String name,
ShaderType type,
boolean noParse,
ShaderSource... source) |
Shader(String name,
ShaderType type,
ShaderSource... source) |
Modifier and Type | Method and Description |
---|---|
static ShaderSource |
SimpleShader.getSource(String shaderFile) |
Copyright © 2016 Metron, Inc.. All rights reserved.