Uses of Interface
org.web3d.x3d.sai.Shaders.X3DShaderNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Shaders that implement X3DShaderNodeModifier and TypeClassDescriptionclassComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.classPackagedShader can contain field declarations, but no CDATA section of plain-text source code.classProgramShader 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 X3DShaderNodeModifier 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
Subinterfaces of X3DShaderNode in org.web3d.x3d.sai.ShadersModifier and TypeInterfaceDescriptioninterfaceComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.interfacePackagedShader can contain field declarations, but no CDATA section of plain-text source code.interfaceProgramShader contains no field declarations and no plain-text source code.Methods in org.web3d.x3d.sai.Shaders that return X3DShaderNodeModifier 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.