Uses of Interface
org.web3d.x3d.sai.Shaders.ProgramShader
Package
Description
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
-
Uses of ProgramShader in org.web3d.x3d.jsail.Shaders
Modifier and TypeClassDescriptionclass
ProgramShader contains no field declarations and no plain-text source code. -
Uses of ProgramShader in org.web3d.x3d.sai.Shaders
Modifier and TypeMethodDescriptionProgramShader.setActivate
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named activate.ProgramShader.setLanguage
(String newValue) Accessor method to assign String enumeration value ("Cg" | "GLSL" | "HLSL") to initializeOnly SFString field named language.ProgramShader.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ProgramShader.setPrograms
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field programs.