![]() |
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 483 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 494 of file csengine/light.h. |
|
Used by the engine to retrieve internal static light object (ugly).
Implements iStatLight. Definition at line 488 of file csengine/light.h. |
|
Return the iLight for this light.
Implements iStatLight. Definition at line 492 of file csengine/light.h. |
|
Return the iObject for this light.
Implements iStatLight. Definition at line 490 of file csengine/light.h. |