Uses of Interface
org.web3d.x3d.sai.Shaders.X3DShaderNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shaders | |
| org.web3d.x3d.jsail.Shape | |
| org.web3d.x3d.sai.Shaders |
-
Uses of X3DShaderNode in org.web3d.x3d.jsail.Shaders
Classes in org.web3d.x3d.jsail.Shaders that implement X3DShaderNode Modifier and Type Class Description classComposedShaderObjectComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.classPackagedShaderObjectPackagedShader can contain field declarations, but no CDATA section of plain-text source code.classProgramShaderObjectProgramShader contains no field declarations and no plain-text source code. -
Uses of X3DShaderNode in org.web3d.x3d.jsail.Shape
Method parameters in org.web3d.x3d.jsail.Shape with type arguments of type X3DShaderNode Modifier and Type Method Description AppearanceObjectAppearanceObject. setShaders(java.util.ArrayList<X3DShaderNode> newValue)Assign ArrayList value of MFNode shaders field, similar toAppearanceObject.setShaders(X3DNode[]). -
Uses of X3DShaderNode in org.web3d.x3d.sai.Shaders
Subinterfaces of X3DShaderNode in org.web3d.x3d.sai.Shaders Modifier and Type Interface Description interfaceComposedShaderComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.interfacePackagedShaderPackagedShader can contain field declarations, but no CDATA section of plain-text source code.interfaceProgramShaderProgramShader contains no field declarations and no plain-text source code.Methods in org.web3d.x3d.sai.Shaders that return X3DShaderNode Modifier and Type Method Description X3DShaderNodeX3DShaderNode. setActivate(boolean newValue)Accessor method to assign boolean value to inputOnly SFBool field named activate.X3DShaderNodeX3DShaderNode. setLanguage(java.lang.String newValue)Accessor method to assign String enumeration value ("Cg" | "GLSL" | "HLSL") to initializeOnly SFString field named language.X3DShaderNodeX3DShaderNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.