ILightNode interface overview

File        : API\scene\ILightNode.h
Namespace   : scene
Derived from: scene::INode

Description

Extendes scene::INode interface and represents light source in scene. The node is used to hold an instance of scene::ILight interface.

Interface methods

getLight Provides scene::ILight attached to this node.
setLight Attaches scene::ILight interface to this node.
See Also:
overview of namespace scene
scene::INode interface
scene::ILight interface