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 TypeClassDescriptionclass
Common implementation code of a directional light.class
Common base implementation of a PointLight node.class
Common 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 TypeClassDescriptionclass
No-render implementation of a directional light.class
NoRender implementation of a pointlight.class
no-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 TypeClassDescriptionclass
OpenGL implementation of a directional light.class
OpenGL implementation of a pointlight.class
OpenGL implementation of a spotlight.