A basic light container.
The user would use this to access the light data for a specific light. The system maintains the light list so the user does not need to worry about the maintenance.
#include <RTMax.h>
Public Member Functions |
|
virtual | ~ILightManager () |
Destructor. |
|
virtual ILightingData * | GetLightingData (const MCHAR *paramName)=0 |
Access the Light
Data. |
virtual ~ILightManager | ( | ) | [inline, virtual] |
Destructor.
{;}
virtual ILightingData* GetLightingData | ( | const MCHAR * | paramName | ) | [pure virtual] |