| 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.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 |
ShaderProgramObject
ShaderProgram can contain field declarations and a CDATA section of plain-text source code.
|
| 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 |
ShaderProgram
ShaderProgram can contain field declarations and a CDATA section of plain-text source code.
|
| Modifier and Type | Method and Description |
|---|---|
X3DProgrammableShaderObject |
X3DProgrammableShaderObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DProgrammableShaderObject |
X3DProgrammableShaderObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DProgrammableShaderObject |
X3DProgrammableShaderObject.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.