| 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 |
ProgramShaderObject
ProgramShader contains no field declarations and no plain-text source code.
|
| Modifier and Type | Method and Description |
|---|---|
ProgramShader |
ProgramShader.setActivate(boolean newValue)
Assign boolean value to inputOnly SFBool field named activate.
|
ProgramShader |
ProgramShader.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ProgramShader |
ProgramShader.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ProgramShader |
ProgramShader.setLanguage(java.lang.String newValue)
Assign String enumeration value ("Cg"|"GLSL"|"HLSL") ['Cg'|'GLSL'|'HLSL'|'etc.'] to initializeOnly SFString field named language.
|
ProgramShader |
ProgramShader.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ProgramShader |
ProgramShader.setPrograms(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field programs.
|
ProgramShader |
ProgramShader.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.