Inheritance diagram for LightNode:

Authoring Interface:
LightNode {
field SFBoolean on true
field SFColor3f color white
field SFColor3f specularColor white
}
| 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
1.4.3