-
-
Methods in org.web3d.x3d.sai.Shaders that return ComposedShader
| Modifier and Type |
Method |
Description |
ComposedShader |
ComposedShader.setActivate(boolean newValue) |
Accessor method to assign boolean value to inputOnly SFBool field named activate.
|
ComposedShader |
ComposedShader.setLanguage(java.lang.String newValue) |
Accessor method to assign String enumeration value ("Cg" | "GLSL" | "HLSL") to initializeOnly SFString field named language.
|
ComposedShader |
ComposedShader.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ComposedShader |
ComposedShader.setParts(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field parts.
|