#include <dynlight.h>
Inheritance diagram for iDynLight:
Public Methods | |
virtual csDynLight* | GetPrivateObject ()=0 |
Get the private pointer to csDynLight (ugly). | |
virtual iObject* | QueryObject ()=0 |
Get the iObject for this light. | |
virtual iLight* | QueryLight ()=0 |
Get the iLight for this light. | |
virtual void | Setup ()=0 |
Setup the light (i.e. do the lighting calculations). | |
virtual iDynLight* | GetNext ()=0 |
Get the next dynamic light in the list. |