Uses of Interface
org.web3d.x3d.sai.Shaders.PackagedShader
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 PackagedShader in org.web3d.x3d.jsail.Shaders
Modifier and TypeClassDescriptionclass
PackagedShader can contain field declarations, but no CDATA section of plain-text source code. -
Uses of PackagedShader in org.web3d.x3d.sai.Shaders
Modifier and TypeMethodDescriptionPackagedShader.setActivate
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named activate.PackagedShader.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.PackagedShader.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.PackagedShader.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PackagedShader.setLanguage
(String newValue) Accessor method to assign String enumeration value ("Cg" | "GLSL" | "HLSL") to initializeOnly SFString field named language.PackagedShader.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.PackagedShader.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Accessor method to assign String array to inputOutput MFString field named url.