comparison LightmapBuilder.cpp @ 29:e62134245ab0

On BLV loading.
author Nomad
date Thu, 18 Oct 2012 03:18:04 +0200
parents 540178ef9b18
children bcc051713d20
comparison
equal deleted inserted replaced
28:18f7a1b94448 29:e62134245ab0
9 9
10 10
11 11
12 12
13 13
14 LightsStack_StationaryLight_ *pStationaryLightsStack; 14 LightsStack_StationaryLight_ *pStationaryLightsStack = new LightsStack_StationaryLight_;
15 StationaryLight pStationaryLights[400]; 15 StationaryLight pStationaryLights[400];
16 int uNumStationaryLightsApplied; // weak 16 int uNumStationaryLightsApplied; // weak
17 LightsStack_MobileLight_ *pMobileLightsStack; 17 LightsStack_MobileLight_ *pMobileLightsStack = new LightsStack_MobileLight_;
18 MobileLight pMobileLights[400]; 18 MobileLight pMobileLights[400];
19 int uNumMobileLightsApplied; 19 int uNumMobileLightsApplied;
20 20
21 21
22 22