OpenEnroth 73e68f7
|
Macros | |
#define | LIGHTMAP_FLAGS_USE_SPECULAR 0x01 |
Functions | |
void | DrawLightsDebugOutlines (char bit_one_for_list1__bit_two_for_list2) |
int | _43F55F_get_billboard_light_level (const RenderBillboard *a1, int uBaseLightLevel) |
int | GetLightLevelAtPoint (unsigned int uBaseLightLevel, int uSectorID, float x, float y, float z) |
Variables | |
LightsStack_StationaryLight_ * | pStationaryLightsStack |
LightsStack_MobileLight_ * | pMobileLightsStack |
#define LIGHTMAP_FLAGS_USE_SPECULAR 0x01 |
int _43F55F_get_billboard_light_level | ( | const RenderBillboard * | a1, |
int | uBaseLightLevel | ||
) |
*a1 | Pointer to billboard to check. |
uBaseLightLevel | Base light dimming value (0-31). |
void DrawLightsDebugOutlines | ( | char | bit_one_for_list1__bit_two_for_list2 | ) |
int GetLightLevelAtPoint | ( | unsigned int | uBaseLightLevel, |
int | uSectorID, | ||
float | x, | ||
float | y, | ||
float | z | ||
) |
uBaseLightLevel | Starting dimming level at point (0-31). |
uSectorID | Sector ID if indoors or 0. |
x,y,z | Co-ords of point. |
|
extern |
|
extern |