Uses of Interface
org.web3d.x3d.sai.Shaders.X3DProgrammableShaderObject
Packages that use X3DProgrammableShaderObject
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 X3DProgrammableShaderObject in org.web3d.x3d.jsail.Shaders
Classes in org.web3d.x3d.jsail.Shaders that implement X3DProgrammableShaderObjectModifier 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.classShaderProgram can contain field declarations and a CDATA section of plain-text source code. -
Uses of X3DProgrammableShaderObject in org.web3d.x3d.sai.Shaders
Subinterfaces of X3DProgrammableShaderObject 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.interfaceShaderProgram can contain field declarations and a CDATA section of plain-text source code.