Uses of Class
org.web3d.vrml.renderer.common.nodes.BaseLightNode
Packages that use BaseLightNode
Package
Description
-
Uses of BaseLightNode in org.web3d.vrml.renderer.common.nodes.lighting
Subclasses of BaseLightNode in org.web3d.vrml.renderer.common.nodes.lightingModifier and TypeClassDescriptionclassCommon implementation code of a directional light.classCommon base implementation of a PointLight node.classCommon implementation code for a SpotLight node. -
Uses of BaseLightNode in org.web3d.vrml.renderer.norender.nodes.lighting
Subclasses of BaseLightNode in org.web3d.vrml.renderer.norender.nodes.lightingModifier and TypeClassDescriptionclassNo-render implementation of a directional light.classNoRender implementation of a pointlight.classno-render implementation of a spotlight. -
Uses of BaseLightNode in org.web3d.vrml.renderer.ogl.nodes.lighting
Subclasses of BaseLightNode in org.web3d.vrml.renderer.ogl.nodes.lightingModifier and TypeClassDescriptionclassOpenGL implementation of a directional light.classOpenGL implementation of a pointlight.classOpenGL implementation of a spotlight.