![]() |
Public API Reference |
#include <statlght.h>
Inheritance diagram for iStatLight:
Public Methods | |
virtual csStatLight * | GetPrivateObject ()=0 |
Used by the engine to retrieve internal sector object (ugly). More... | |
virtual iObject * | QueryObject ()=0 |
Return the iObject for this light. More... | |
virtual iLight * | QueryLight ()=0 |
Return the iLight for this light. More... | |
virtual void | AddAffectedLightingInfo (iLightingInfo *li)=0 |
Add a mesh to this static light. More... |
Definition at line 41 of file statlght.h.
|
Add a mesh to this static light. This is usually called during the lighting procedure of a pseudo-dynamic light. Implemented in csStatLight::eiStaticLight. |
|
Used by the engine to retrieve internal sector object (ugly).
Implemented in csStatLight::eiStaticLight. |
|
Return the iLight for this light.
Implemented in csStatLight::eiStaticLight. |
|
Return the iObject for this light.
Implemented in csStatLight::eiStaticLight. |