#include <QGLViewerSceneTreeObjects.h>
Inheritance diagram for STLightList::
Public Methods | |
STLightList (const CList< CLightSource > *pLightList) | |
STLightList (const CLightSource &Light) | |
~STLightList () | |
virtual void | draw () |
Private Attributes | |
CList< CLightSource > * | m_pLightList |
|
Constructs a node with the given list of lights.
|
|
Constructs a node with only one light. |
|
Destructor. |
|
Implementation of the inherited method. It makes all necessary OpenGL calls to enable all lights in the list. Reimplemented from GLDrawable. |
|
|