![]() |
Public API Reference |
#include <light.h>
Inheritance diagram for csStatLight::eiStaticLight:

Public Methods | |
| virtual csStatLight * | GetPrivateObject () |
| Used by the engine to retrieve internal static light object (ugly). More... | |
| virtual iObject * | QueryObject () |
| Return the iObject for this light. More... | |
| virtual iLight * | QueryLight () |
| Return the iLight for this light. More... | |
| virtual void | AddAffectedLightingInfo (iLightingInfo *li) |
| Add a mesh to this static light. More... | |
Definition at line 447 of file csengine/light.h.
|
|
Add a mesh to this static light. This is usually called during the lighting procedure of a pseudo-dynamic light. Implements iStatLight. Definition at line 458 of file csengine/light.h. |
|
|
Used by the engine to retrieve internal static light object (ugly).
Implements iStatLight. Definition at line 452 of file csengine/light.h. |
|
|
Return the iLight for this light.
Implements iStatLight. Definition at line 456 of file csengine/light.h. |
|
|
Return the iObject for this light.
Implements iStatLight. Definition at line 454 of file csengine/light.h. |