Uses of Interface
org.web3d.x3d.sai.Shaders.X3DShaderNode
Package
Description
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
-
Uses of X3DShaderNode in org.web3d.x3d.jsail.Shaders
Modifier and TypeClassDescriptionclass
ComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.class
PackagedShader can contain field declarations, but no CDATA section of plain-text source code.class
ProgramShader contains no field declarations and no plain-text source code. -
Uses of X3DShaderNode in org.web3d.x3d.jsail.Shape
Modifier and TypeMethodDescriptionAppearance.setShaders
(ArrayList<X3DShaderNode> newValue) Assign ArrayList value of MFNode shaders field, similar toAppearance.setShaders(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DShaderNode in org.web3d.x3d.sai.Shaders
Modifier and TypeInterfaceDescriptioninterface
ComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.interface
PackagedShader can contain field declarations, but no CDATA section of plain-text source code.interface
ProgramShader contains no field declarations and no plain-text source code.Modifier and TypeMethodDescriptionX3DShaderNode.setActivate
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named activate.X3DShaderNode.setLanguage
(String newValue) Accessor method to assign String enumeration value ("Cg" | "GLSL" | "HLSL") to initializeOnly SFString field named language.X3DShaderNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.