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 |
ShaderAttributeArray
The ShaderAttributeArray object encapsulates a uniform shader
attribute whose value is specified explicitly.
|
class |
ShaderAttributeBinding
The ShaderAttributeBinding object encapsulates a uniform attribute
whose value is bound to a Java 3D system attribute.
|
class |
ShaderAttributeObject
The ShaderAttributeObject class is an abstract class that
encapsulates a uniform shader attribute whose value is specified
explicitly.
|
class |
ShaderAttributeValue
The ShaderAttributeValue object encapsulates a uniform shader
attribute whose value is specified explicitly.
|
Modifier and Type | Method and Description |
---|---|
ShaderAttribute |
ShaderAttributeSet.get(String attrName)
Retrieves the shader attribute with the specified
attrName from the attributes set. |
ShaderAttribute[] |
ShaderAttributeSet.getAll()
Returns a shallow copy of the attributes set.
|
ShaderAttribute |
ShaderError.getShaderAttribute()
Returns the shader attribute associated with this shader error.
|
Modifier and Type | Method and Description |
---|---|
void |
ShaderAttributeSet.put(ShaderAttribute attr)
Adds the specified shader attribute to the attributes set.
|
void |
ShaderAttributeSet.remove(ShaderAttribute attr)
Removes the specified shader attribute from the attributes
set.
|
void |
ShaderError.setShaderAttribute(ShaderAttribute shaderAttribute)
Sets the shader attribute associated with this shader error.
|
Copyright © 2016–2022 SciJava. All rights reserved.