Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members | Related Pages

LightNode Class Reference

LightNode is the abstract class for lighting, from which all light types are derived. More...

Inheritance diagram for LightNode:

ChildNode Node Object DirectionalLight PointLight SpotLight List of all members.

Detailed Description

LightNode is the abstract class for lighting, from which all light types are derived.

Authoring Interface:

        LightNode {
            field   SFBoolean   on              true
            field   SFColor3f   color           white
            field   SFColor3f   specularColor   white
        }

Parameters:
on specifies whether geometry will be illuminated from this source. Default value: true
color specifies the spectral color properties of the direct light emission. Default value: white
specularColor specifies the spectral color properties of the specular illumination component. Default value: white

Functionality:

XXX To be written


Generated on Sat Apr 1 06:08:09 2006 for Emma Content Development Kit by  doxygen 1.4.3