| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.sai.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComposedShaderObject
ComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.
|
class |
PackagedShaderObject
PackagedShader can contain field declarations, but no CDATA section of plain-text source code.
|
class |
ProgramShaderObject
ProgramShader contains no field declarations and no plain-text source code.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.setShaders(java.util.ArrayList<X3DShaderNode> newValue)
Assign ArrayList value of MFNode shaders field, similar to
AppearanceObject.setShaders(X3DNode[]). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComposedShader
ComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.
|
interface |
PackagedShader
PackagedShader can contain field declarations, but no CDATA section of plain-text source code.
|
interface |
ProgramShader
ProgramShader contains no field declarations and no plain-text source code.
|
| Modifier and Type | Method and Description |
|---|---|
X3DShaderNode |
X3DShaderNode.setActivate(boolean newValue)
Assign boolean value to inputOnly SFBool field named activate.
|
X3DShaderNode |
X3DShaderNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DShaderNode |
X3DShaderNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DShaderNode |
X3DShaderNode.setLanguage(java.lang.String newValue)
Assign String enumeration value ("Cg"|"GLSL"|"HLSL") ['Cg'|'GLSL'|'HLSL'|'etc.'] to initializeOnly SFString field named language.
|
X3DShaderNode |
X3DShaderNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DShaderNode |
X3DShaderNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.