Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
Modifier and Type | Class and Description |
---|---|
class |
GLSLShaderProgram
The GLSLShaderProgram object is a concrete implementation of a
ShaderProgram node component for the OpenGL GLSL shading language.
|
Modifier and Type | Method and Description |
---|---|
ShaderProgram |
ShaderError.getShaderProgram()
Returns the shader program associated with this shader error.
|
ShaderProgram |
ShaderAppearance.getShaderProgram()
Retrieves the current ShaderProgram object.
|
Modifier and Type | Method and Description |
---|---|
void |
ShaderError.setShaderProgram(ShaderProgram shaderProgram)
Sets the shader program associated with this shader error.
|
void |
ShaderAppearance.setShaderProgram(ShaderProgram shaderProgram)
Sets the ShaderProgram object to the specified object.
|
Copyright © 2016–2022 SciJava. All rights reserved.