Advertisement
Guest User

Tunoe Config

a guest
Dec 20th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 125.85 KB | None | 0 0
  1. #define _ARMA_
  2.  
  3. class CfgPatches
  4. {
  5. class Tunoe
  6. {
  7. units[] = {"Tunoe"};
  8. weapons[] = {};
  9. requiredVersion = 0.1;
  10. requiredAddons[] = {};//"A3_Data_F","A3_Roads_F","A3_Structures_F","A3_Map_Data"};
  11. };
  12. };
  13. class CfgVehicles{};
  14. class CfgWorlds
  15. {
  16. class DefaultWorld
  17. {
  18. cutscenes[] = {};
  19. class Weather
  20. {
  21. class Overcast;
  22. };
  23. };
  24. class CAWorld: DefaultWorld
  25. {
  26. //envTexture = "A3\Data_f\env_land_ca.paa";
  27. class Grid{};
  28. class DayLightingBrightAlmost;
  29. class DayLightingRainy;
  30. class DefaultClutter;
  31. class Weather: Weather
  32. {
  33. class Lighting;
  34. class Overcast: Overcast
  35. {
  36. class Weather1;
  37. class Weather2;
  38. class Weather3;
  39. class Weather4;
  40. class Weather5;
  41. class Weather6;
  42. };
  43. };
  44. };
  45. class DefaultLighting;
  46. class Tunoe: CAWorld
  47. {
  48. access = 3;
  49. worldId = 1;
  50. cutscenes[] = {};
  51. description = "Tunø, Denmark";
  52. author = "Egil Sandfeld";
  53. mail = "sandfeld@gmail.com";
  54. icon = "";
  55. //pictureShot = "\Tunoe\data\Tunoe_ca.paa";
  56. worldName= "\Tunoe\Tunoe.wrp";
  57. plateFormat = "ML$ - #####";
  58. plateLetters = "ABCDEGHIKLMNOPRSTVXZ";
  59. mapSize = 5120;
  60. mapZone = 32;
  61. longitude = 10.38;
  62. latitude = -55.97;
  63. landgrid = 100;
  64. envTexture = "A3\Data_f\env_land_ca.tga";//paa";
  65. newRoadsShape = "\Tunoe\Data\roads\roads.shp";
  66.  
  67. class CfgEnvSounds;
  68. class EnvSounds: CfgEnvSounds
  69. {
  70. /*class Default
  71. {
  72. sound[] = {"$DEFAULT$",0,1};
  73. soundNight[] = {"$DEFAULT$",0,1};
  74. name = "Default";
  75. };
  76.  
  77. class Hills
  78. {
  79. name = "Hills";
  80. sound[] = {"",0.000177828,1};
  81. volume = "hills";
  82. };
  83.  
  84. class Houses
  85. {
  86. name = "Wind (Day)";
  87. sound[] = {"A3\sounds_f\ambient\basics\day_insects_winds4",0.0316228,1};
  88. volume = "(houses-0.75)*4";
  89. randSamp0[] = {"A3\sounds_f\ambient\single_sfx\meadow_single_01",0.1,1,100,0.25,10,25,40};
  90. randSamp1[] = {"A3\sounds_f\ambient\single_sfx\meadow_single_02",0.1,1,100,0.25,10,35,60};
  91. randSamp2[] = {"A3\sounds_f\ambient\single_sfx\meadow_single_03",0.1,1,100,0.25,10,25,40};
  92. randSamp3[] = {"A3\sounds_f\ambient\single_sfx\meadow_single_04",0.1,1,100,0.25,10,25,40};
  93. random[] = {"randSamp0","randSamp1","randSamp2","randSamp3"};
  94. };
  95. class HousesNight
  96. {
  97. name = "Wind (No, Animals)";
  98. sound[] = {"A3\sounds_f\ambient\basics\night_insects_birds_nowinds2",0.0316228,1};
  99. volume = "(houses-0.75)*4*night";
  100. randSamp0[] = {"A3\sounds_f\ambient\single_sfx\meadow_single_01",0.1,1,100,0.25,10,25,40};
  101. randSamp1[] = {"A3\sounds_f\ambient\single_sfx\meadow_single_02",0.1,1,100,0.25,10,35,60};
  102. randSamp2[] = {"A3\sounds_f\ambient\single_sfx\meadow_single_03",0.1,1,100,0.25,10,25,40};
  103. randSamp3[] = {"A3\sounds_f\ambient\single_sfx\meadow_single_04",0.1,1,100,0.25,10,25,40};
  104. random[] = {"randSamp0","randSamp1","randSamp2","randSamp3"};
  105. };
  106. class Wind
  107. {
  108. name = "Wind";
  109. sound[] = {}//"Tunoe\Data\Sounds\EgilSandfeld-tree",0.000177828,1};
  110. volume = "(1-hills)*windy*0.5";
  111. };
  112.  
  113. class WindSlow
  114. {
  115. name = "Wind (Slow)";
  116. sound[] = {"A3\sounds_f\ambient\winds\wind-synth-slow",0.0354813,1};
  117. volume = "((windy factor[0,0.25])*(windy factor[0.5, 0.25]))-(night*0.25)";
  118. };
  119. class WindMedium
  120. {
  121. name = "Wind (Middle)";
  122. sound[] = {"A3\sounds_f\ambient\winds\wind-synth-middle",0.0354813,1};
  123. volume = "((windy factor[0.33,0.5])*(windy factor[0.8, 0.5]))-(night*0.25)";
  124. };
  125. class WindFast
  126. {
  127. name = "Wind (Fast)";
  128. sound[] = {"A3\sounds_f\ambient\winds\wind-synth-fast",0.0354813,1};
  129. volume = "(windy factor[0.66,1])-(night*0.25)";
  130. };*/
  131. class Coast
  132. {
  133. name = "Coast";
  134. sound[] = {"A3\sounds_f\ambient\waves\beach_sand_small_waves1STEREO",0.625893,1,2000};
  135. soundNight[] = {"A3\sounds_f\ambient\waves\beach_sand_small_waves1STEREO",0.6294328,1,2000};
  136. volume = "coast";
  137. };
  138. class Rain
  139. {
  140. sound[] = {"A3\sounds_f\ambient\rain\rain_new_1",0.1,1};
  141. volume = "rain";
  142. name = "Rain";
  143. soundNight[] = {"A3\sounds_f\ambient\rain\rain_new_2",0.0562341,1};
  144. };
  145. class Sea
  146. {
  147. sound[] = {"A3\sounds_f\ambient\waves\sea-1-sand-beach-stereo",0.1,1,200};
  148. name = "Sea";
  149. soundNight[] = {"A3\sounds_f\ambient\waves\sea-1-sand-beach-stereo",0.1,1,200};
  150. volume = "sea*(1-coast)";
  151. };
  152. class Trees
  153. {
  154. name = "Trees";
  155. sound[] = {"Tunoe\Data\Sounds\EgilSandfeld-tree",0.010177828,1};
  156. volume = "trees*(1-rain)*(1-night)";
  157. };
  158. class TreesNight
  159. {
  160. name = "Trees (swirling slowly in the night)";
  161. sound[] = {"Tunoe\Data\Sounds\EgilSandfeld-tree",0.017177828,1};
  162. volume = "trees*(1-rain)*night";
  163. };
  164.  
  165. class Meadows
  166. {
  167. name = "Meadows";
  168. sound[] = {"Tunoe\Data\Sounds\EgilSandfeld-meadow-summer-day",0.28387212,1};
  169. volume = "(1-forest)*(1-houses)*(1-night)*(1-sea)";
  170. randSamp0[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow1",0.083095726,1,70,0.36,10,25,40};
  171. randSamp1[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow2",0.083095726,1,100,0.36,15,25,30};
  172. randSamp2[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow3",0.083095726,1,100,0.36,10,25,40};
  173. randSamp3[] = {"A3\sounds_f\ambient\single_sfx\insect_3",0.056234132,1,20,0.36,10,25,50};
  174. randSamp4[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird1",0.086234132,1,70,0.36,10,25,40};
  175. randSamp5[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird2",0.081622775,1,70,0.36,10,25,40};
  176. randSamp6[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird3",0.086234132,1,20,0.36,10,25,50};
  177. randSamp7[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird4",0.086234132,1,20,0.36,10,25,40};
  178. randSamp8[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird5",0.086234132,1,20,0.36,10,25,40};
  179. randSamp9[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird6",0.086234132,1,20,0.36,10,25,40};
  180. randSamp10[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird7",0.086234132,1,20,0.36,10,25,40};
  181. randSamp11[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird8",0.086234132,1,20,0.36,10,25,40};
  182. randSamp12[] = {"A3\sounds_f\ambient\single_sfx\fly_1",0.051622775,1,20,0.32,10,25,50};
  183. randSamp13[] = {"A3\sounds_f\ambient\single_sfx\fly_2",0.031622775,1,20,0.32,10,25,50};
  184. randSamp14[] = {"A3\sounds_f\ambient\single_sfx\fly_3",0.031622775,1,20,0.32,10,25,50};
  185. randSamp15[] = {"A3\sounds_f\ambient\single_sfx\fly_4",0.031622775,1,20,0.32,10,25,50};
  186. randSamp16[] = {"A3\sounds_f\ambient\single_sfx\bird_1",0.031622775,1,20,0.32,10,25,50};
  187. randSamp17[] = {"A3\sounds_f\ambient\single_sfx\bird_2",0.031622775,1,20,0.32,10,25,50};
  188. randSamp18[] = {"A3\sounds_f\ambient\single_sfx\bird_3",0.031622775,1,20,0.32,10,25,50};
  189. randSamp19[] = {"A3\sounds_f\ambient\single_sfx\bird_4",0.031622775,1,20,0.32,10,25,50};
  190. random[] = {"randSamp0","randSamp1","randSamp2","randSamp3","randSamp4","randSamp5","randSamp6","randSamp7","randSamp8","randSamp9","randSamp10","randSamp11","randSamp13","randSamp14","randSamp15","randSamp16","randSamp17","randSamp18","randSamp19"};
  191. };
  192. class MeadowsNight
  193. {
  194. name = "MeadowsNight";
  195. sound[] = {"A3\sounds_f\dummysound",0.065848929,1};
  196. volume = "(1-forest)*(1-houses)*night*(1-sea)";
  197. randSamp0[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow1",0.1,1,100,0.16,10,25,40};
  198. randSamp1[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow2",0.1,1,100,0.16,10,35,60};
  199. randSamp2[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow3",0.1,1,100,0.16,10,25,40};
  200. randSamp3[] = {"A3\sounds_f\ambient\single_sfx\bird_night_2",0.056234132,12,100,0.16,10,25,40};
  201. randSamp4[] = {"A3\sounds_f\ambient\single_sfx\bird_night_5",0.031622775,1,60,0.16,10,25,40};
  202. randSamp5[] = {"A3\sounds_f\ambient\single_sfx\bird_night_4",0.031622775,1,70,0.16,10,25,40};
  203. random[] = {"randSamp0","randSamp1","randSamp2","randSamp3","randSamp4","randSamp5"};
  204. };
  205. class Forest
  206. {
  207. name = "Forest";
  208. sound[] = {"Tunoe\Data\Sounds\EgilSandfeld-forest-summer-day",0.285118863,1};
  209. volume = "forest*trees*(1-night)";
  210. randSamp0[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow1",0.063095726,1,70,0.12,10,25,40};
  211. randSamp1[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow2",0.063095726,1,100,0.12,15,25,30};
  212. randSamp2[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow3",0.063095726,1,100,0.12,10,25,40};
  213. randSamp3[] = {"A3\sounds_f\ambient\single_sfx\insect_3",0.056234132,1,20,0.1,10,25,50};
  214. randSamp4[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird1",0.056234132,1,70,0.12,10,25,40};
  215. randSamp5[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird2",0.031622775,1,70,0.1,10,25,40};
  216. randSamp6[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird3",0.056234132,1,20,0.1,10,25,50};
  217. randSamp7[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird4",0.056234132,1,20,0.1,10,25,40};
  218. randSamp8[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird5",0.056234132,1,20,0.1,10,25,40};
  219. randSamp9[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird6",0.056234132,1,20,0.1,10,25,40};
  220. randSamp10[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird7",0.056234132,1,20,0.1,10,25,40};
  221. randSamp11[] = {"Tunoe\Data\Sounds\EgilSandfeld-blackbird8",0.056234132,1,20,0.1,10,25,40};
  222. randSamp12[] = {"A3\sounds_f\ambient\single_sfx\bird_5",0.056234132,1,100,0.12,10,25,40};
  223. randSamp13[] = {"A3\sounds_f\ambient\single_sfx\bird_9",0.056234132,1,80,0.1,10,25,40};
  224. randSamp14[] = {"A3\sounds_f\ambient\single_sfx\fly_3",0.031622775,1,20,0.1,10,25,50};
  225. randSamp15[] = {"A3\sounds_f\ambient\single_sfx\insect_3",0.056234132,1,40,0.1,10,25,40};
  226. randSamp16[] = {"A3\sounds_f\ambient\single_sfx\insect_1",0.056234132,1,50,0.1,10,25,40};
  227. randSamp17[] = {"A3\sounds_f\ambient\single_sfx\forest_single_4",0.031622775,1,70,0.06,10,25,40};
  228. random[] = {"randSamp0","randSamp1","randSamp2","randSamp3","randSamp4","randSamp5","randSamp6","randSamp7","randSamp8","randSamp9","randSamp10","randSamp11","randSamp12","randSamp13","randSamp14","randSamp15","randSamp16","randSamp17"};
  229. };
  230. class ForestNight
  231. {
  232. name = "ForestNight";
  233. sound[] = {"Tunoe\Data\Sounds\EgilSandfeld-forest-summer-night",0.010848929,1};
  234. volume = "forest*trees*night";
  235. randSamp0[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow1",0.1,1,100,0.12,10,25,40};
  236. randSamp1[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow2",0.1,1,100,0.12,10,35,60};
  237. randSamp2[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow3",0.1,1,100,0.12,10,25,40};
  238. randSamp3[] = {"Tunoe\Data\Sounds\EgilSandfeld-crow4",0.1,1,100,0.12,10,25,40};
  239. randSamp4[] = {"A3\sounds_f\ambient\single_sfx\bird_night_6",0.056234132,1,100,0.12,10,25,40};
  240. randSamp5[] = {"A3\sounds_f\ambient\single_sfx\bird_night_2",0.031622775,1,70,0.1,10,25,40};
  241. randSamp6[] = {"A3\sounds_f\ambient\single_sfx\fly_3",0.056234132,1,10,0.1,10,25,50};
  242. randSamp7[] = {"A3\sounds_f\ambient\single_sfx\insect_3",0.056234132,1,40,0.1,10,25,40};
  243. randSamp8[] = {"A3\sounds_f\ambient\single_sfx\bird_night_4",0.031622775,1,70,0.1,10,25,40};
  244. randSamp9[] = {"A3\sounds_f\ambient\single_sfx\forest_single_4",0.031622775,1,70,0.04,10,25,40};
  245. random[] = {"randSamp0","randSamp1","randSamp2","randSamp3","randSamp4","randSamp5","randSamp6","randSamp7","randSamp8","randSamp8"};
  246. };
  247. };
  248. class Sounds
  249. {
  250. sounds[] = {};
  251. };
  252. class Animation
  253. {
  254. vehicles[] = {};
  255. };
  256. class Grid: Grid
  257. {
  258. offsetX = 0;
  259. offsetY = 5120;
  260. class Zoom1
  261. {
  262. zoomMax = 0.2;
  263. format = "XY";
  264. formatX = "000";
  265. formatY = "000";
  266. stepX = 100;
  267. stepY = -100;
  268. };
  269. class Zoom2
  270. {
  271. zoomMax = 0.95;
  272. format = "XY";
  273. formatX = "00";
  274. formatY = "00";
  275. stepX = 1000;
  276. stepY = -1000;
  277. };
  278. class Zoom3
  279. {
  280. zoomMax = 1e+030;
  281. format = "XY";
  282. formatX = "0";
  283. formatY = "0";
  284. stepX = 10000;
  285. stepY = -10000;
  286. };
  287. };
  288. startTime = "08:00";
  289. startDate = "03/05/2013";
  290. startWeather = 0.4;
  291. startFog = 0.0;
  292. forecastWeather = 0.35;
  293. forecastFog = 0.0;
  294. centerPosition[] = {2560,2560,500};
  295. seagullPos[] = {2560,2560,500};
  296. ilsPosition[] = {13330,13610};
  297. ilsDirection[] = {-1,0.08,0};
  298. ilsTaxiIn[] = {};//3540,3572,3388,3572,3382,3578,3382,3600,3400,3610};
  299. ilsTaxiOff[] = {};//3520,3610,4040,3610,4050,3600,4050,3580,4045,3575,4040,3572,3540,3572};
  300. class ReplaceObjects{};
  301. class Sea
  302. {
  303. seaTexture = "a3\data_f\seatexture_co.paa";
  304. seaMaterial = "#tu_water";
  305. shoreMaterial = "#shore";
  306. shoreFoamMaterial = "#shorefoam";
  307. shoreWetMaterial = "#shorewet";
  308. WaterMapScale = 20;
  309. WaterGrid = 50;
  310. MaxTide = 0;
  311. MaxWave = 0.25;
  312. SeaWaveXScale = "2.0/50";
  313. SeaWaveZScale = "1.0/50";
  314. SeaWaveHScale = 2.0;
  315. SeaWaveXDuration = 5000;
  316. SeaWaveZDuration = 10000;
  317. };
  318. class Underwater
  319. {
  320. noWaterFog = -0.01;
  321. fullWaterFog = -0.01;
  322. deepWaterFog = 100;
  323. waterFogDistanceNear = 5;
  324. waterFogDistance = 65;
  325. waterColor[] = {0.006,0.062,0.031};
  326. deepWaterColor[] = {0.003,0.035,0.015};
  327. surfaceColor[] = {0.006,0.062,0.031};
  328. deepSurfaceColor[] = {0.003,0.035,0.015};
  329. };
  330. class SeaWaterShaderPars
  331. {
  332. refractionMoveCoef = 0.03;
  333. minWaterOpacity = 0.0;
  334. waterOpacityDistCoef = 0.3;
  335. underwaterOpacity = 0.2;
  336. waterOpacityFadeStart = 5;
  337. waterOpacityFadeLength = 100;
  338. };
  339. class OutsideTerrain
  340. {
  341. satellite = "A3\map_Stratis\data\s_satout_co.paa";
  342. enableTerrainSynth = 0;
  343. class Layers
  344. {
  345. class Layer0
  346. {
  347. nopx = "A3\Map_Data\gdt_grass_green_nopx.paa";
  348. texture = "A3\Map_Data\gdt_grass_green_co.paa";
  349. };
  350. };
  351. colorOutside[] = {0.294118,0.333333,0.372549,1};
  352. };
  353.  
  354. class Lighting: DefaultLighting
  355. {
  356. groundReflection[] = {0.225,0.225,0.206};
  357. moonObjectColorFull[] = {550,500,450,1.0};
  358. moonHaloObjectColorFull[] = {20,20,20,0.5};
  359. moonsetObjectColor[] = {275,250,225,1.0};
  360. moonsetHaloObjectColor[] = {10,10,10,0.25};
  361. class ThunderBoltLight
  362. {
  363. diffuse[] = {2120,2170,8550};
  364. ambient[] = {0.001,0.001,0.001};
  365. intensity = 120000;
  366. class Attenuation
  367. {
  368. start = 0.0;
  369. constant = 0.0;
  370. linear = 0.0;
  371. quadratic = 1.0;
  372. };
  373. };
  374. starEmissivity = 60.0;
  375. };
  376. class DayLightingBrightAlmost: DayLightingBrightAlmost
  377. {
  378. deepNight[] = {-15,
  379. { 0.005,0.01,0.01 },
  380. { 0.0,0.002,0.003 },
  381. { 0.0,0.0,0.0 },
  382. { 0.0,0.0,0.0 },
  383. { 0.0,0.002,0.003 },
  384. { 0.0,0.002,0.003 },0};
  385. fullNight[] = {-5,
  386. { 0.182,0.213,0.25 },
  387. { 0.05,0.111,0.221 },
  388. { 0.04,0.034,0.004 },
  389. { 0.039,0.049,0.072 },
  390. { 0.082,0.128,0.185 },
  391. { 0.283,0.35,0.431 },0};
  392. sunMoon[] = {-3.75,
  393. { 0.377,0.441,0.518 },
  394. { 0.103,0.227,0.453 },
  395. { 0.04,0.034,0.004 },
  396. { 0.039,0.049,0.072 },
  397. { 0.174,0.274,0.395 },
  398. { 0.582,0.72,0.887 },0.5};
  399. earlySun[] = {-2.5,
  400. { 0.675,0.69,0.784 },
  401. { 0.22,0.322,0.471 },
  402. { 0.04,0.034,0.004 },
  403. { 0.039,0.049,0.072 },
  404. { 0.424,0.549,0.745 },
  405. { 0.698,0.753,0.894 },1};
  406. sunrise[] = {0,
  407. { 0.675,0.69,0.784 },
  408. { 0.478,0.51,0.659 },
  409. { 0.2,0.19,0.07 },
  410. { 0.124,0.161,0.236 },
  411. {
  412. { 0.847,0.855,0.965 },0.2 },
  413. {
  414. { 0.933,0.949,0.996 },2 },1};
  415. earlyMorning[] = {3,
  416. {
  417. { 0.844,0.61,0.469 },0.8 },
  418. { 0.424,0.557,0.651 },
  419. {
  420. { 1,0.45,0.2 },1 },
  421. { 0.12,0.26,0.38 },
  422. {
  423. { 0.428,0.579,0.743 },2 },
  424. {
  425. { 0.844,0.61,0.469 },2.7 },1};
  426. midMorning[] = {8,
  427. {
  428. { 0.822,0.75,0.646 },3.8 },
  429. {
  430. { 0.383,0.58,0.858 },1.3 },
  431. {
  432. { 1.3,0.9,0.61 },2.8 },
  433. {
  434. { 0.12,0.18,0.28 },0.5 },
  435. {
  436. { 0.322,0.478,0.675 },3.5 },
  437. {
  438. { 1.0,0.929,0.815 },4.7 },1};
  439. morning[] = {16,
  440. {
  441. { 1,0.95,0.91 },12.2 },
  442. {
  443. { 0.12,0.18,0.28 },9.2 },
  444. {
  445. { 1,0.95,0.91 },11.2 },
  446. {
  447. { 0.12,0.18,0.28 },8.5 },
  448. {
  449. { 0.14,0.18,0.24 },11.0 },
  450. {
  451. { 0.5,0.6,0.9 },13.2 },1};
  452. noon[] = {45,
  453. {
  454. { 0.98,0.94,0.94 },13.8 },
  455. {
  456. { 0.2,0.27,0.35 },10.8 },
  457. {
  458. { 0.98,0.94,0.94 },13.8 },
  459. {
  460. { 0.2,0.27,0.35 },10.8 },
  461. {
  462. { 0.5,0.64,1.0 },12.0 },
  463. {
  464. { 0.5,0.5,0.5 },14.8 },1,0.5,0.4,0.5,0.4};
  465. };
  466. class DayLightingRainy: DayLightingRainy
  467. {
  468. deepNight[] = {-15,
  469. { 0.005,0.01,0.01 },
  470. { 0.0,0.002,0.003 },
  471. { 0.0,0.0,0.0 },
  472. { 0.0,0.0,0.0 },
  473. { 0.0,0.002,0.003 },
  474. { 0.0,0.002,0.003 },0};
  475. fullNight[] = {-5,
  476. { 0.023,0.023,0.023 },
  477. { 0.02,0.02,0.02 },
  478. { 0.023,0.023,0.023 },
  479. { 0.02,0.02,0.02 },
  480. { 0.01,0.01,0.02 },
  481. { 0.08,0.06,0.06 },0};
  482. sunMoon[] = {-3.75,
  483. { 0.04,0.04,0.05 },
  484. { 0.04,0.04,0.05 },
  485. { 0.04,0.04,0.05 },
  486. { 0.04,0.04,0.05 },
  487. { 0.04,0.035,0.04 },
  488. { 0.11,0.08,0.09 },0.5};
  489. earlySun[] = {-2.5,
  490. { 0.0689,0.0689,0.0804 },
  491. { 0.06,0.06,0.07 },
  492. { 0.0689,0.0689,0.0804 },
  493. { 0.06,0.06,0.07 },
  494. { 0.08,0.07,0.08 },
  495. { 0.14,0.1,0.12 },0.5};
  496. earlyMorning[] = {3,
  497. {
  498. { 1,1,1 },"(-4)+3.95" },
  499. {
  500. { 1,1,1 },"(-4)+3.0" },
  501. {
  502. { 1,1,1 },"(-4)+3.95" },
  503. {
  504. { 1,1,1 },"(-4)+3.0" },
  505. {
  506. { 1,1,1 },"(-4)+4" },
  507. {
  508. { 1,1,1 },"(-4)+5.5" },1};
  509. morning[] = {16,
  510. {
  511. { 1,1,1 },"(-4)+5.7" },
  512. {
  513. { 1,1,1 },"(-4)+4.5" },
  514. {
  515. { 1,1,1 },"(-4)+5.7" },
  516. {
  517. { 1,1,1 },"(-4)+4.5" },
  518. {
  519. { 1,1,1 },"(-4)+7" },
  520. {
  521. { 1,1,1 },"(-4)+8" },1};
  522. lateMorning[] = {25,
  523. {
  524. { 1,1,1 },"(-4)+10.45" },
  525. {
  526. { 1,1,1 },"(-4)+9.75" },
  527. {
  528. { 1,1,1 },"(-4)+10.45" },
  529. {
  530. { 1,1,1 },"(-4)+9.75" },
  531. {
  532. { 1,1,1 },"(-4)+12" },
  533. {
  534. { 1,1,1 },"(-4)+12.75" },1};
  535. noon[] = {45,
  536. {
  537. { 1,1,1 },10.0 },
  538. {
  539. { 1,1,1 },9.0 },
  540. {
  541. { 1,1,1 },9.0 },
  542. {
  543. { 1,1,1 },8.0 },
  544. {
  545. { 0.5,0.64,1 },12.0 },
  546. {
  547. { 0.5,0.5,0.5 },14.8 },1};
  548. };
  549. class Weather: Weather
  550. {
  551. class LightingNew
  552. {
  553. class Lighting0
  554. {
  555. height = 0;
  556. overcast = 0.4;
  557. sunAngle = -14;
  558. sunOrMoon = 0;
  559. diffuse[] = {
  560. { 0.11,0.2744,0.97 },3};
  561. diffuseCloud[] = {
  562. { 0.099,0.24696,0.873 },2.7};
  563. ambient[] = {0.02,0.11,0.54};
  564. ambientCloud[] = {0.018,0.099,0.486};
  565. ambientMid[] = {0.018,0.099,0.486};
  566. ambientMidCloud[] = {0.0162,0.0891,0.4374};
  567. groundReflection[] = {0.0162,0.0891,0.4374};
  568. groundReflectionCloud[] = {0.01458,0.08019,0.39366};
  569. bidirect[] = {0.0284,0.02712,0.0254};
  570. bidirectCloud[] = {0.02556,0.024408,0.02286};
  571. sky[] = {
  572. { 0.001273,0.001838,0.004057 },0.001404};
  573. skyAroundSun[] = {4e-006,0.000104,0.000366};
  574. fogColor[] = {0.1,0.2,0.4};
  575. apertureMin = 5.916064;
  576. apertureStandard = 6.859;
  577. apertureMax = 17.1475;
  578. standardAvgLum = 1.08;
  579. desiredLuminanceCoef = 0.118098;
  580. desiredLuminanceCoefCloud = 0.059049;
  581. luminanceRectCoef = 0.4;
  582. luminanceRectCoefCloud = 0.2;
  583. rayleigh[] = {0.00749,0.01388,0.02878};
  584. mie[] = {0.0046,0.0046,0.0046};
  585. cloudsColor[] = {
  586. { 0.3,0.4,1 },13.61492};
  587. swBrightness = 5;
  588. };
  589. class Lighting1
  590. {
  591. height = 0;
  592. overcast = 0.4;
  593. sunAngle = -10;
  594. sunOrMoon = 0;
  595. diffuse[] = {
  596. { 0.11,0.2744,0.97 },2.8};
  597. diffuseCloud[] = {
  598. { 0.11,0.2744,0.97 },2.52};
  599. ambient[] = {0.02,0.11,0.54};
  600. ambientCloud[] = {0.018,0.099,0.486};
  601. ambientMid[] = {0.032,0.176,0.864};
  602. ambientMidCloud[] = {0.0288,0.1584,0.7776};
  603. groundReflection[] = {0.0224,0.1232,0.6048};
  604. groundReflectionCloud[] = {0.02016,0.11088,0.54432};
  605. bidirect[] = {0,0,0};
  606. bidirectCloud[] = {0,0,0};
  607. sky[] = {
  608. { 0.004316,0.006232,0.013752 },0.014036};
  609. skyAroundSun[] = {0.004332,0.005212,0.009138};
  610. fogColor[] = {0.09,0.18,0.32};
  611. apertureMin = 7.39508;
  612. apertureStandard = 7.22;
  613. apertureMax = 18.05;
  614. standardAvgLum = 1.8;
  615. desiredLuminanceCoef = 0.13122;
  616. desiredLuminanceCoefCloud = 0.06561;
  617. luminanceRectCoef = 0.4;
  618. luminanceRectCoefCloud = 0.2;
  619. rayleigh[] = {0.00749,0.01388,0.02878};
  620. mie[] = {0.0046,0.0046,0.0046};
  621. cloudsColor[] = {
  622. { 0.8,0.81,1 },13.61492};
  623. swBrightness = 5;
  624. };
  625. class Lighting2
  626. {
  627. height = 0;
  628. overcast = 0.4;
  629. sunAngle = -9;
  630. sunOrMoon = 0;
  631. diffuse[] = {
  632. { 0.11,0.2744,0.97 },2.4};
  633. diffuseCloud[] = {
  634. { 0.11,0.2744,0.97 },2.16};
  635. ambient[] = {0.02,0.11,0.16};
  636. ambientCloud[] = {0.018,0.099,0.144};
  637. ambientMid[] = {0.028,0.154,0.224};
  638. ambientMidCloud[] = {0.0252,0.1386,0.2016};
  639. groundReflection[] = {0.0168,0.0924,0.1344};
  640. groundReflectionCloud[] = {0.01512,0.08316,0.12096};
  641. bidirect[] = {0,0,0};
  642. bidirectCloud[] = {0,0,0};
  643. sky[] = {
  644. { 0.014632,0.021125,0.034815 },0.14036};
  645. skyAroundSun[] = {
  646. { 0.00456,0.005486,0.009619 },0.4};
  647. fogColor[] = {0.085,0.12,0.15};
  648. apertureMin = 7.546;
  649. apertureStandard = 7.6;
  650. apertureMax = 19;
  651. standardAvgLum = 3;
  652. desiredLuminanceCoef = 0.1458;
  653. desiredLuminanceCoefCloud = 0.0729;
  654. luminanceRectCoef = 0.4;
  655. luminanceRectCoefCloud = 0.2;
  656. rayleigh[] = {0.00749,0.01388,0.02878};
  657. mie[] = {0.0046,0.0046,0.0046};
  658. cloudsColor[] = {
  659. { 0.8,0.81,1 },13.61492};
  660. swBrightness = 5;
  661. };
  662. class Lighting3
  663. {
  664. height = 0;
  665. overcast = 0.4;
  666. sunAngle = -8;
  667. sunOrMoon = 0;
  668. diffuse[] = {
  669. { 0.11,0.2744,0.97 },2};
  670. diffuseCloud[] = {
  671. { 0.099,0.24696,0.873 },1.8};
  672. ambient[] = {0.04,0.077,0.153};
  673. ambientCloud[] = {0.036,0.0693,0.1377};
  674. ambientMid[] = {0.048,0.0924,0.1836};
  675. ambientMidCloud[] = {0.0432,0.08316,0.16524};
  676. groundReflection[] = {0.024,0.0462,0.0918};
  677. groundReflectionCloud[] = {0.0216,0.04158,0.08262};
  678. bidirect[] = {0.000213,0.000203,0.000191};
  679. bidirectCloud[] = {0.000192,0.000183,0.000171};
  680. sky[] = {
  681. { 0.0496,0.07161,0.118017 },1.4036};
  682. skyAroundSun[] = {
  683. { 0.0048,0.005775,0.010125 },1.8183};
  684. fogColor[] = {0.07,0.08,0.12};
  685. apertureMin = 7.7;
  686. apertureStandard = 8;
  687. apertureMax = 20;
  688. standardAvgLum = 5;
  689. desiredLuminanceCoef = 0.13122;
  690. desiredLuminanceCoefCloud = 0.06561;
  691. luminanceRectCoef = 0.4;
  692. luminanceRectCoefCloud = 0.2;
  693. rayleigh[] = {0.00749,0.01388,0.02878};
  694. mie[] = {0.0046,0.0046,0.0046};
  695. cloudsColor[] = {
  696. { 0.8,0.81,1 },12};
  697. swBrightness = 4;
  698. };
  699. class Lighting4
  700. {
  701. height = 0;
  702. overcast = 0.4;
  703. sunAngle = -6;
  704. sunOrMoon = 0;
  705. diffuse[] = {
  706. { 0.11,0.2744,0.97 },1.7};
  707. diffuseCloud[] = {
  708. { 0.099,0.24696,0.873 },1.53};
  709. ambient[] = {
  710. { 0.06,0.11,0.225 },0.48488};
  711. ambientCloud[] = {
  712. { 0.054,0.099,0.2025 },0.436392};
  713. ambientMid[] = {
  714. { 0.06,0.11,0.225 },0.339416};
  715. ambientMidCloud[] = {
  716. { 0.054,0.099,0.2025 },0.305474};
  717. groundReflection[] = {
  718. { 0.03,0.055,0.1125 },0.237591};
  719. groundReflectionCloud[] = {
  720. { 0.027,0.0495,0.10125 },0.213832};
  721. bidirect[] = {0.00213,0.002034,0.001905};
  722. bidirectCloud[] = {0.001917,0.001831,0.001715};
  723. sky[] = {
  724. { 0.16,0.231,0.3807 },4.2108};
  725. skyAroundSun[] = {
  726. { 0.048,0.05775,0.10125 },4.8488};
  727. fogColor[] = {0.0532,0.0639,0.089242};
  728. apertureMin = 7.8;
  729. apertureStandard = 9;
  730. apertureMax = 20;
  731. standardAvgLum = 10;
  732. desiredLuminanceCoef = 0.1458;
  733. desiredLuminanceCoefCloud = 0.0729;
  734. luminanceRectCoef = 0.4;
  735. luminanceRectCoefCloud = 0.2;
  736. rayleigh[] = {0.00749,0.01388,0.02878};
  737. mie[] = {0.00368,0.0046,0.00552};
  738. cloudsColor[] = {
  739. { 0.8,0.81,1 },11};
  740. swBrightness = 3;
  741. };
  742. class Lighting5
  743. {
  744. height = 0;
  745. overcast = 0.4;
  746. sunAngle = -2;
  747. sunOrMoon = 0.5;
  748. diffuse[] = {
  749. { 0.22,0.1764,0.3007 },1.595};
  750. diffuseCloud[] = {
  751. { 0.198,0.15876,0.27063 },1.4355};
  752. ambient[] = {
  753. { 0.2,0.275,0.54 },4.60636};
  754. ambientCloud[] = {
  755. { 0.18,0.2475,0.486 },4.145724};
  756. ambientMid[] = {
  757. { 0.2,0.275,0.54 },3.45477};
  758. ambientMidCloud[] = {
  759. { 0.18,0.2475,0.486 },3.109293};
  760. groundReflection[] = {
  761. { 0.1,0.1375,0.27 },2.418339};
  762. groundReflectionCloud[] = {
  763. { 0.09,0.12375,0.243 },2.176505};
  764. bidirect[] = {0.00497,0.004746,0.004445};
  765. bidirectCloud[] = {0.004473,0.004271,0.004001};
  766. sky[] = {
  767. { 0.32,0.33,0.423 },8.70232};
  768. skyAroundSun[] = {
  769. { 0.12,0.1155,0.1125 },9.0915};
  770. fogColor[] = {0.056,0.071,0.111552};
  771. apertureMin = 8;
  772. apertureStandard = 10;
  773. apertureMax = 20;
  774. standardAvgLum = 20;
  775. desiredLuminanceCoef = 0.162;
  776. desiredLuminanceCoefCloud = 0.081;
  777. luminanceRectCoef = 0.4;
  778. luminanceRectCoefCloud = 0.2;
  779. rayleigh[] = {0.00749,0.01388,0.02878};
  780. mie[] = {0.0023,0.0046,0.0069};
  781. cloudsColor[] = {
  782. { 0.8,0.81,1 },11};
  783. swBrightness = 2;
  784. };
  785. class Lighting6
  786. {
  787. height = 0;
  788. overcast = 0.4;
  789. sunAngle = 0;
  790. sunOrMoon = 1;
  791. diffuse[] = {
  792. { 0.99,0.2744,0.2134 },6.061};
  793. diffuseCloud[] = {
  794. { 0.891,0.24696,0.19206 },5.4549};
  795. ambient[] = {
  796. { 0.4,0.42735,0.6777 },4.8488};
  797. ambientCloud[] = {
  798. { 0.36,0.384615,0.60993 },4.36392};
  799. ambientMid[] = {
  800. { 0.4512,0.485775,0.7608 },3.87904};
  801. ambientMidCloud[] = {
  802. { 0.40608,0.437198,0.68472 },3.491136};
  803. groundReflection[] = {
  804. { 0.28187,0.2712,0.37973 },3.801459};
  805. groundReflectionCloud[] = {
  806. { 0.253683,0.24408,0.341757 },3.421313};
  807. bidirect[] = {0.0142,0.01356,0.0127};
  808. bidirectCloud[] = {0.01278,0.012204,0.01143};
  809. sky[] = {
  810. { 0.52,0.44,0.4239 },9.1234};
  811. skyAroundSun[] = {
  812. { 0.3,0.1925,0.0999 },9.849125};
  813. fogColor[] = {0.1644,0.100485,0.13944};
  814. apertureMin = 9;
  815. apertureStandard = 12;
  816. apertureMax = 20;
  817. standardAvgLum = 60;
  818. desiredLuminanceCoef = 0.18;
  819. desiredLuminanceCoefCloud = 0.09;
  820. luminanceRectCoef = 0.4;
  821. luminanceRectCoefCloud = 0.2;
  822. rayleigh[] = {0.00749,0.01388,0.02878};
  823. mie[] = {0.00046,0.00322,0.0092};
  824. cloudsColor[] = {
  825. { 0.8,0.81,1 },12};
  826. swBrightness = 1;
  827. };
  828. class Lighting7
  829. {
  830. height = 0;
  831. overcast = 0.4;
  832. sunAngle = 2;
  833. sunOrMoon = 1;
  834. diffuse[] = {
  835. { 1.1,0.4116,0.194 },8.7725};
  836. diffuseCloud[] = {
  837. { 0.99,0.37044,0.1746 },7.89525};
  838. ambient[] = {
  839. { 0.354,0.463,0.746 },5.702125};
  840. ambientCloud[] = {
  841. { 0.3186,0.4167,0.6714 },5.131913};
  842. ambientMid[] = {
  843. { 0.4782,0.52197,0.784 },4.5617};
  844. ambientMidCloud[] = {
  845. { 0.43038,0.469773,0.7056 },4.10553};
  846. groundReflection[] = {
  847. { 0.3692,0.35256,0.438785 },4.333615};
  848. groundReflectionCloud[] = {
  849. { 0.33228,0.317304,0.394907 },3.900254};
  850. bidirect[] = {0.0213,0.02034,0.01905};
  851. bidirectCloud[] = {0.01917,0.018306,0.017145};
  852. sky[] = {
  853. { 0.4312,0.4433,0.5175 },10.94808};
  854. skyAroundSun[] = {
  855. { 0.4392,0.32186,0.3609 },12.122};
  856. fogColor[] = {0.137,0.11165,0.1743};
  857. apertureMin = 10;
  858. apertureStandard = 15;
  859. apertureMax = 20;
  860. standardAvgLum = 70;
  861. desiredLuminanceCoef = 0.2;
  862. desiredLuminanceCoefCloud = 0.4;
  863. luminanceRectCoef = 0.4;
  864. luminanceRectCoefCloud = 0.2;
  865. rayleigh[] = {0.00749,0.01388,0.02878};
  866. mie[] = {0.0023,0.00322,0.00552};
  867. cloudsColor[] = {
  868. { 0.8,0.81,1 },13};
  869. swBrightness = 1;
  870. };
  871. class Lighting8
  872. {
  873. height = 0;
  874. overcast = 0.4;
  875. sunAngle = 6;
  876. sunOrMoon = 1;
  877. diffuse[] = {
  878. { 1.1,0.588,0.291 },12.76};
  879. diffuseCloud[] = {
  880. { 0.99,0.5292,0.2619 },11.484};
  881. ambient[] = {
  882. { 0.38,0.491,0.798 },7.975};
  883. ambientCloud[] = {
  884. { 0.342,0.4419,0.7182 },7.1775};
  885. ambientMid[] = {
  886. { 0.522,0.56134,0.796 },6.77875};
  887. ambientMidCloud[] = {
  888. { 0.4698,0.505206,0.7164 },6.100875};
  889. groundReflection[] = {
  890. { 0.48635,0.467142,0.509905 },6.100875};
  891. groundReflectionCloud[] = {
  892. { 0.437715,0.420428,0.458915 },5.490788};
  893. bidirect[] = {0.02485,0.02373,0.022225};
  894. bidirectCloud[] = {0.022365,0.021357,0.020003};
  895. sky[] = {
  896. { 0.42,0.46255,0.6507 },12.6324};
  897. skyAroundSun[] = {
  898. { 0.424,0.344575,0.396 },13.3342};
  899. fogColor[] = {0.275,0.2475,0.315};
  900. apertureMin = 15;
  901. apertureStandard = 28;
  902. apertureMax = 40;
  903. standardAvgLum = 120;
  904. desiredLuminanceCoef = 0.2;
  905. desiredLuminanceCoefCloud = 0.4;
  906. luminanceRectCoef = 0.4;
  907. luminanceRectCoefCloud = 0.2;
  908. rayleigh[] = {0.00749,0.01388,0.02878};
  909. mie[] = {0.0046,0.0046,0.0046};
  910. cloudsColor[] = {
  911. { 0.8,0.81,1 },13};
  912. swBrightness = 1;
  913. };
  914. class Lighting9
  915. {
  916. height = 0;
  917. overcast = 0.4;
  918. sunAngle = 16;
  919. sunOrMoon = 1;
  920. diffuse[] = {
  921. { 1.1,0.7252,0.485 },14.355};
  922. diffuseCloud[] = {
  923. { 0.99,0.65268,0.4365 },12.9195};
  924. ambient[] = {
  925. { 0.42,0.52195,0.855 },8.971875};
  926. ambientCloud[] = {
  927. { 0.378,0.469755,0.7695 },8.074688};
  928. ambientMid[] = {
  929. { 0.5652,0.600075,0.796 },8.074688};
  930. ambientMidCloud[] = {
  931. { 0.50868,0.540068,0.7164 },7.267219};
  932. groundReflection[] = {
  933. { 0.6035,0.575622,0.575945 },6.45975};
  934. groundReflectionCloud[] = {
  935. { 0.54315,0.51806,0.518351 },5.813775};
  936. bidirect[] = {0.0284,0.02712,0.0254};
  937. bidirectCloud[] = {0.02556,0.024408,0.02286};
  938. sky[] = {
  939. { 0.408,0.48565,0.62163 },13.47456};
  940. skyAroundSun[] = {
  941. { 0.412,0.36498,0.42435 },13.9403};
  942. fogColor[] = {0.29,0.319,0.406};
  943. apertureMin = 20;
  944. apertureStandard = 35;
  945. apertureMax = 85;
  946. standardAvgLum = 450;
  947. desiredLuminanceCoef = 0.2;
  948. desiredLuminanceCoefCloud = 0.4;
  949. luminanceRectCoef = 0.4;
  950. luminanceRectCoefCloud = 0.2;
  951. rayleigh[] = {0.00749,0.01388,0.02878};
  952. mie[] = {0.0046,0.0046,0.0046};
  953. cloudsColor[] = {
  954. { 0.8,0.81,1 },13};
  955. swBrightness = 1;
  956. };
  957. class Lighting10
  958. {
  959. height = 0;
  960. overcast = 0.4;
  961. sunAngle = 45;
  962. sunOrMoon = 1;
  963. diffuse[] = {
  964. { 1.1,0.98,0.97 },15.95};
  965. diffuseCloud[] = {
  966. { 0.99,0.882,0.873 },14.355};
  967. ambient[] = {
  968. { 0.4,0.55,0.9 },9.96875};
  969. ambientCloud[] = {
  970. { 0.36,0.495,0.81 },8.971875};
  971. ambientMid[] = {
  972. { 0.84,0.73025,0.8 },10.96562};
  973. ambientMidCloud[] = {
  974. { 0.756,0.657225,0.72 },9.869062};
  975. groundReflection[] = {
  976. { 0.71,0.678,0.635 },8.224218};
  977. groundReflectionCloud[] = {
  978. { 0.639,0.6102,0.5715 },7.401797};
  979. bidirect[] = {0.0284,0.02712,0.0254};
  980. bidirectCloud[] = {0.02556,0.024408,0.02286};
  981. sky[] = {
  982. { 0.4,0.55,0.9 },14.036};
  983. skyAroundSun[] = {
  984. { 0.4,0.385,0.45 },15.1525};
  985. fogColor[] = {0.5,0.55,0.816};
  986. apertureMin = 45;
  987. apertureStandard = 65;
  988. apertureMax = 85;
  989. standardAvgLum = 800;
  990. desiredLuminanceCoef = 0.2;
  991. desiredLuminanceCoefCloud = 0.4;
  992. luminanceRectCoef = 0.4;
  993. luminanceRectCoefCloud = 0.2;
  994. rayleigh[] = {0.00749,0.01388,0.02878};
  995. mie[] = {0.006,0.0046,0.004};
  996. cloudsColor[] = {
  997. { 0.8,0.81,1 },13.61492};
  998. swBrightness = 1;
  999. };
  1000. class Lighting11
  1001. {
  1002. height = 0;
  1003. overcast = 0.95;
  1004. sunAngle = -14;
  1005. sunOrMoon = 0;
  1006. diffuse[] = {0,0,0};
  1007. diffuseCloud[] = {0,0,0};
  1008. ambient[] = {0.0135,0.07425,0.3645};
  1009. ambientCloud[] = {0.010125,0.055688,0.273375};
  1010. ambientMid[] = {0.0081,0.04455,0.2187};
  1011. ambientMidCloud[] = {0.006075,0.033413,0.164025};
  1012. groundReflection[] = {0.00486,0.02673,0.13122};
  1013. groundReflectionCloud[] = {0.003645,0.020048,0.098415};
  1014. bidirect[] = {0.01917,0.018306,0.017145};
  1015. bidirectCloud[] = {0.014378,0.01373,0.012859};
  1016. sky[] = {
  1017. { 0.001273,0.001838,0.004057 },0.001404};
  1018. skyAroundSun[] = {4e-006,0.000104,0.000366};
  1019. fogColor[] = {5e-005,5e-005,5.1e-005};
  1020. apertureMin = 5.916064;
  1021. apertureStandard = 6.859;
  1022. apertureMax = 17.1475;
  1023. standardAvgLum = 1.08;
  1024. desiredLuminanceCoef = 0.118098;
  1025. desiredLuminanceCoefCloud = 0.059049;
  1026. luminanceRectCoef = 0.4;
  1027. luminanceRectCoefCloud = 0.2;
  1028. rayleigh[] = {0.00749,0.01388,0.02878};
  1029. mie[] = {0.0046,0.0046,0.0046};
  1030. cloudsColor[] = {
  1031. { 0.3,0.4,1 },13.61492};
  1032. swBrightness = 5;
  1033. };
  1034. class Lighting12
  1035. {
  1036. height = 0;
  1037. overcast = 0.95;
  1038. sunAngle = -10;
  1039. sunOrMoon = 0;
  1040. diffuse[] = {0.0825,0.2058,0.7275};
  1041. diffuseCloud[] = {0.061875,0.15435,0.545625};
  1042. ambient[] = {0.004,0.008,0.018};
  1043. ambientCloud[] = {0.003,0.006,0.0135};
  1044. ambientMid[] = {0.0024,0.0048,0.0108};
  1045. ambientMidCloud[] = {0.0018,0.0036,0.0081};
  1046. groundReflection[] = {0.00144,0.00288,0.00648};
  1047. groundReflectionCloud[] = {0.00108,0.00216,0.00486};
  1048. bidirect[] = {0,0,0};
  1049. bidirectCloud[] = {0,0,0};
  1050. sky[] = {
  1051. { 0.004316,0.006232,0.013752 },0.014036};
  1052. skyAroundSun[] = {0.004332,0.005212,0.009138};
  1053. fogColor[] = {0.0001,0.0001,0.000102};
  1054. apertureMin = 6.517;
  1055. apertureStandard = 7.448;
  1056. apertureMax = 11.7;
  1057. standardAvgLum = 0.001;
  1058. desiredLuminanceCoef = 0.13122;
  1059. desiredLuminanceCoefCloud = 0.06561;
  1060. luminanceRectCoef = 0.4;
  1061. luminanceRectCoefCloud = 0.2;
  1062. rayleigh[] = {0.00749,0.01388,0.02878};
  1063. mie[] = {0.0046,0.0046,0.0046};
  1064. cloudsColor[] = {
  1065. { 0.8,0.81,1 },13.61492};
  1066. swBrightness = 5;
  1067. };
  1068. class Lighting13
  1069. {
  1070. height = 0;
  1071. overcast = 0.95;
  1072. sunAngle = -9;
  1073. sunOrMoon = 0;
  1074. diffuse[] = {0,0,0};
  1075. diffuseCloud[] = {0,0,0};
  1076. ambient[] = {0.029,0.028,0.134};
  1077. ambientCloud[] = {0.02175,0.021,0.1005};
  1078. ambientMid[] = {0.0174,0.0168,0.0804};
  1079. ambientMidCloud[] = {0.01305,0.0126,0.0603};
  1080. groundReflection[] = {0.01044,0.01008,0.04824};
  1081. groundReflectionCloud[] = {0.00783,0.00756,0.03618};
  1082. bidirect[] = {0,0,0};
  1083. bidirectCloud[] = {0,0,0};
  1084. sky[] = {
  1085. { 0.014632,0.021125,0.034815 },0.14036};
  1086. skyAroundSun[] = {
  1087. { 0.00456,0.005486,0.009619 },0.4};
  1088. fogColor[] = {0.000199,0.000199,0.000203};
  1089. apertureMin = 6.86;
  1090. apertureStandard = 7.84;
  1091. apertureMax = 13;
  1092. standardAvgLum = 0.002;
  1093. desiredLuminanceCoef = 0.1458;
  1094. desiredLuminanceCoefCloud = 0.0729;
  1095. luminanceRectCoef = 0.4;
  1096. luminanceRectCoefCloud = 0.2;
  1097. rayleigh[] = {0.00749,0.01388,0.02878};
  1098. mie[] = {0.0046,0.0046,0.0046};
  1099. cloudsColor[] = {
  1100. { 0.8,0.81,1 },13.61492};
  1101. swBrightness = 5;
  1102. };
  1103. class Lighting14
  1104. {
  1105. height = 0;
  1106. overcast = 0.95;
  1107. sunAngle = -8;
  1108. sunOrMoon = 0;
  1109. diffuse[] = {0,0,0};
  1110. diffuseCloud[] = {0,0,0};
  1111. ambient[] = {0.047,0.051,0.183};
  1112. ambientCloud[] = {0.03525,0.03825,0.13725};
  1113. ambientMid[] = {0.0282,0.0306,0.1098};
  1114. ambientMidCloud[] = {0.02115,0.02295,0.08235};
  1115. groundReflection[] = {0.01692,0.01836,0.06588};
  1116. groundReflectionCloud[] = {0.01269,0.01377,0.04941};
  1117. bidirect[] = {0.000144,0.000137,0.000129};
  1118. bidirectCloud[] = {0.000108,0.000103,9.6e-005};
  1119. sky[] = {
  1120. { 0.0496,0.07161,0.118017 },1.4036};
  1121. skyAroundSun[] = {
  1122. { 0.0048,0.005775,0.010125 },1.8183};
  1123. fogColor[] = {0.000398,0.000398,0.000406};
  1124. apertureMin = 7;
  1125. apertureStandard = 8;
  1126. apertureMax = 20;
  1127. standardAvgLum = 0.003;
  1128. desiredLuminanceCoef = 0.13122;
  1129. desiredLuminanceCoefCloud = 0.06561;
  1130. luminanceRectCoef = 0.4;
  1131. luminanceRectCoefCloud = 0.2;
  1132. rayleigh[] = {0.00749,0.01388,0.02878};
  1133. mie[] = {0.0046,0.0046,0.0046};
  1134. cloudsColor[] = {
  1135. { 0.8,0.81,1 },10.8};
  1136. swBrightness = 4;
  1137. };
  1138. class Lighting15
  1139. {
  1140. height = 0;
  1141. overcast = 0.95;
  1142. sunAngle = -6;
  1143. sunOrMoon = 0;
  1144. diffuse[] = {0,0,0};
  1145. diffuseCloud[] = {0,0,0};
  1146. ambient[] = {
  1147. { 0.047,0.091,0.4 },0.460636};
  1148. ambientCloud[] = {
  1149. { 0.03525,0.06825,0.3 },0.345477};
  1150. ambientMid[] = {
  1151. { 0.0282,0.0546,0.24 },0.230318};
  1152. ambientMidCloud[] = {
  1153. { 0.02115,0.04095,0.18 },0.172739};
  1154. groundReflection[] = {
  1155. { 0.01692,0.03276,0.144 },0.172739};
  1156. groundReflectionCloud[] = {
  1157. { 0.01269,0.02457,0.108 },0.129554};
  1158. bidirect[] = {0.001438,0.001373,0.001286};
  1159. bidirectCloud[] = {0.001078,0.00103,0.000964};
  1160. sky[] = {
  1161. { 0.16,0.231,0.3807 },4.2108};
  1162. skyAroundSun[] = {
  1163. { 0.048,0.05775,0.10125 },4.8488};
  1164. fogColor[] = {0.000797,0.000797,0.000813};
  1165. apertureMin = 7;
  1166. apertureStandard = 9;
  1167. apertureMax = 20;
  1168. standardAvgLum = 0.006;
  1169. desiredLuminanceCoef = 0.1458;
  1170. desiredLuminanceCoefCloud = 0.0729;
  1171. luminanceRectCoef = 0.4;
  1172. luminanceRectCoefCloud = 0.2;
  1173. rayleigh[] = {0.00749,0.01388,0.02878};
  1174. mie[] = {0.0046,0.0046,0.0046};
  1175. cloudsColor[] = {
  1176. { 0.8,0.81,1 },13.2};
  1177. swBrightness = 3;
  1178. };
  1179. class Lighting16
  1180. {
  1181. height = 0;
  1182. overcast = 0.95;
  1183. sunAngle = -2;
  1184. sunOrMoon = 0.5;
  1185. diffuse[] = {0,0,0};
  1186. diffuseCloud[] = {0,0,0};
  1187. ambient[] = {
  1188. { 0.07,0.155,0.43 },4.376042};
  1189. ambientCloud[] = {
  1190. { 0.0525,0.11625,0.3225 },3.282032};
  1191. ambientMid[] = {
  1192. { 0.042,0.093,0.258 },2.625625};
  1193. ambientMidCloud[] = {
  1194. { 0.0315,0.06975,0.1935 },1.969219};
  1195. groundReflection[] = {
  1196. { 0.0252,0.0558,0.1548 },1.575375};
  1197. groundReflectionCloud[] = {
  1198. { 0.0189,0.04185,0.1161 },1.181531};
  1199. bidirect[] = {0.003355,0.003204,0.003};
  1200. bidirectCloud[] = {0.002516,0.002403,0.00225};
  1201. sky[] = {
  1202. { 0.32,0.33,0.423 },8.70232};
  1203. skyAroundSun[] = {
  1204. { 0.12,0.1155,0.1125 },9.0915};
  1205. fogColor[] = {0.001594,0.001594,0.001625};
  1206. apertureMin = 8;
  1207. apertureStandard = 10;
  1208. apertureMax = 20;
  1209. standardAvgLum = 0.01;
  1210. desiredLuminanceCoef = 0.162;
  1211. desiredLuminanceCoefCloud = 0.081;
  1212. luminanceRectCoef = 0.4;
  1213. luminanceRectCoefCloud = 0.2;
  1214. rayleigh[] = {0.00749,0.01388,0.02878};
  1215. mie[] = {0.0046,0.0046,0.0046};
  1216. cloudsColor[] = {
  1217. { 0.8,0.81,1 },11.437};
  1218. swBrightness = 2;
  1219. };
  1220. class Lighting17
  1221. {
  1222. height = 0;
  1223. overcast = 0.95;
  1224. sunAngle = 0;
  1225. sunOrMoon = 1;
  1226. diffuse[] = {
  1227. { 1,1,1 },0.54549};
  1228. diffuseCloud[] = {
  1229. { 0.75,0.75,0.75 },0.409118};
  1230. ambient[] = {
  1231. { 0.207,0.26,0.43 },4.60636};
  1232. ambientCloud[] = {
  1233. { 0.15525,0.195,0.3225 },3.45477};
  1234. ambientMid[] = {
  1235. { 0.1242,0.156,0.258 },3.224452};
  1236. ambientMidCloud[] = {
  1237. { 0.09315,0.117,0.1935 },2.418339};
  1238. groundReflection[] = {
  1239. { 0.07452,0.0936,0.1548 },1.773449};
  1240. groundReflectionCloud[] = {
  1241. { 0.05589,0.0702,0.1161 },1.330086};
  1242. bidirect[] = {0.009585,0.009153,0.008573};
  1243. bidirectCloud[] = {0.007189,0.006865,0.006429};
  1244. sky[] = {
  1245. { 0.52,0.44,0.4239 },9.1234};
  1246. skyAroundSun[] = {
  1247. { 0.3,0.1925,0.0999 },9.849125};
  1248. fogColor[] = {0.003188,0.003188,0.00325};
  1249. apertureMin = 9;
  1250. apertureStandard = 12;
  1251. apertureMax = 20;
  1252. standardAvgLum = 1;
  1253. desiredLuminanceCoef = 0.18;
  1254. desiredLuminanceCoefCloud = 0.09;
  1255. luminanceRectCoef = 0.4;
  1256. luminanceRectCoefCloud = 0.2;
  1257. rayleigh[] = {0.00749,0.01388,0.02878};
  1258. mie[] = {0.0046,0.0046,0.0046};
  1259. cloudsColor[] = {
  1260. { 0.8,0.81,1 },8.612};
  1261. swBrightness = 1;
  1262. };
  1263. class Lighting18
  1264. {
  1265. height = 0;
  1266. overcast = 0.95;
  1267. sunAngle = 2;
  1268. sunOrMoon = 1;
  1269. diffuse[] = {
  1270. { 1,1,1 },1.184288};
  1271. diffuseCloud[] = {
  1272. { 0.75,0.75,0.75 },0.888216};
  1273. ambient[] = {
  1274. { 0.297,0.347,0.522 },5.417019};
  1275. ambientCloud[] = {
  1276. { 0.22275,0.26025,0.3915 },4.062764};
  1277. ambientMid[] = {
  1278. { 0.2376,0.2776,0.4176 },4.333615};
  1279. ambientMidCloud[] = {
  1280. { 0.1782,0.2082,0.3132 },3.250211};
  1281. groundReflection[] = {
  1282. { 0.16632,0.19432,0.29232 },2.166807};
  1283. groundReflectionCloud[] = {
  1284. { 0.12474,0.14574,0.21924 },1.625106};
  1285. bidirect[] = {0.014378,0.01373,0.012859};
  1286. bidirectCloud[] = {0.010783,0.010297,0.009644};
  1287. sky[] = {
  1288. { 0.4312,0.4433,0.5175 },10.94808};
  1289. skyAroundSun[] = {
  1290. { 0.4392,0.32186,0.3609 },12.122};
  1291. fogColor[] = {0.006375,0.006375,0.0065};
  1292. apertureMin = 10;
  1293. apertureStandard = 15;
  1294. apertureMax = 20;
  1295. standardAvgLum = 5;
  1296. desiredLuminanceCoef = 0.2;
  1297. desiredLuminanceCoefCloud = 0.4;
  1298. luminanceRectCoef = 0.4;
  1299. luminanceRectCoefCloud = 0.2;
  1300. rayleigh[] = {0.00749,0.01388,0.02878};
  1301. mie[] = {0.0046,0.0046,0.0046};
  1302. cloudsColor[] = {
  1303. { 0.8,0.81,1 },8.78};
  1304. swBrightness = 1;
  1305. };
  1306. class Lighting19
  1307. {
  1308. height = 0;
  1309. overcast = 0.95;
  1310. sunAngle = 6;
  1311. sunOrMoon = 1;
  1312. diffuse[] = {
  1313. { 1,1,1 },2.2968};
  1314. diffuseCloud[] = {
  1315. { 0.75,0.75,0.75 },1.7226};
  1316. ambient[] = {
  1317. { 0.396,0.443,0.623 },7.57625};
  1318. ambientCloud[] = {
  1319. { 0.297,0.33225,0.46725 },5.682188};
  1320. ambientMid[] = {
  1321. { 0.3168,0.3544,0.4984 },6.061};
  1322. ambientMidCloud[] = {
  1323. { 0.2376,0.2658,0.3738 },4.54575};
  1324. groundReflection[] = {
  1325. { 0.22176,0.24808,0.34888 },2.72745};
  1326. groundReflectionCloud[] = {
  1327. { 0.16632,0.18606,0.26166 },2.045588};
  1328. bidirect[] = {0.016774,0.016018,0.015002};
  1329. bidirectCloud[] = {0.01258,0.012013,0.011251};
  1330. sky[] = {
  1331. { 0.42,0.46255,0.6507 },12.6324};
  1332. skyAroundSun[] = {
  1333. { 0.424,0.344575,0.396 },13.3342};
  1334. fogColor[] = {0.01275,0.01275,0.013};
  1335. apertureMin = 15;
  1336. apertureStandard = 20;
  1337. apertureMax = 40;
  1338. standardAvgLum = 60;
  1339. desiredLuminanceCoef = 0.2;
  1340. desiredLuminanceCoefCloud = 0.4;
  1341. luminanceRectCoef = 0.4;
  1342. luminanceRectCoefCloud = 0.2;
  1343. rayleigh[] = {0.00749,0.01388,0.02878};
  1344. mie[] = {0.0046,0.0046,0.0046};
  1345. cloudsColor[] = {
  1346. { 0.8,0.81,1 },10.106};
  1347. swBrightness = 1;
  1348. };
  1349. class Lighting20
  1350. {
  1351. height = 0;
  1352. overcast = 0.95;
  1353. sunAngle = 16;
  1354. sunOrMoon = 1;
  1355. diffuse[] = {
  1356. { 1,1,1 },3.87585};
  1357. diffuseCloud[] = {
  1358. { 0.75,0.75,0.75 },2.906888};
  1359. ambient[] = {
  1360. { 0.477,0.52,0.706 },8.523281};
  1361. ambientCloud[] = {
  1362. { 0.35775,0.39,0.5295 },6.392461};
  1363. ambientMid[] = {
  1364. { 0.3816,0.416,0.5648 },6.818625};
  1365. ambientMidCloud[] = {
  1366. { 0.2862,0.312,0.4236 },5.113969};
  1367. groundReflection[] = {
  1368. { 0.26712,0.2912,0.39536 },2.72745};
  1369. groundReflectionCloud[] = {
  1370. { 0.20034,0.2184,0.29652 },2.045588};
  1371. bidirect[] = {0.01917,0.018306,0.017145};
  1372. bidirectCloud[] = {0.014378,0.01373,0.012859};
  1373. sky[] = {
  1374. { 0.408,0.48565,0.62163 },13.47456};
  1375. skyAroundSun[] = {
  1376. { 0.412,0.36498,0.42435 },13.9403};
  1377. fogColor[] = {0.0255,0.0255,0.026};
  1378. apertureMin = 15;
  1379. apertureStandard = 25;
  1380. apertureMax = 85;
  1381. standardAvgLum = 30;
  1382. desiredLuminanceCoef = 0.2;
  1383. desiredLuminanceCoefCloud = 0.4;
  1384. luminanceRectCoef = 0.4;
  1385. luminanceRectCoefCloud = 0.2;
  1386. rayleigh[] = {0.00749,0.01388,0.02878};
  1387. mie[] = {0.0046,0.0046,0.0046};
  1388. cloudsColor[] = {
  1389. { 0.8,0.81,1 },10.78};
  1390. swBrightness = 1;
  1391. };
  1392. class Lighting21
  1393. {
  1394. height = 0;
  1395. overcast = 0.95;
  1396. sunAngle = 45;
  1397. sunOrMoon = 1;
  1398. diffuse[] = {
  1399. { 1,1,1 },5.742};
  1400. diffuseCloud[] = {
  1401. { 0.75,0.75,0.75 },4.3065};
  1402. ambient[] = {
  1403. { 0.60325,0.594,0.6592 },10.96562};
  1404. ambientCloud[] = {
  1405. { 0.452438,0.4455,0.4944 },8.224218};
  1406. ambientMid[] = {
  1407. { 0.4826,0.4752,0.52736 },9.869062};
  1408. ambientMidCloud[] = {
  1409. { 0.36195,0.3564,0.39552 },7.401797};
  1410. groundReflection[] = {
  1411. { 0.33782,0.33264,0.369152 },8.882156};
  1412. groundReflectionCloud[] = {
  1413. { 0.253365,0.24948,0.276864 },6.661617};
  1414. bidirect[] = {0.0284,0.02712,0.0254};
  1415. bidirectCloud[] = {0.0213,0.02034,0.01905};
  1416. sky[] = {
  1417. { 0.4,0.55,0.9 },14.036};
  1418. skyAroundSun[] = {
  1419. { 0.4,0.385,0.45 },15.1525};
  1420. fogColor[] = {0.051,0.051,0.052};
  1421. apertureMin = 15;
  1422. apertureStandard = 35;
  1423. apertureMax = 85;
  1424. standardAvgLum = 150;
  1425. desiredLuminanceCoef = 0.2;
  1426. desiredLuminanceCoefCloud = 0.4;
  1427. luminanceRectCoef = 0.4;
  1428. luminanceRectCoefCloud = 0.2;
  1429. rayleigh[] = {0.00749,0.01388,0.02878};
  1430. mie[] = {0.006,0.0046,0.004};
  1431. cloudsColor[] = {
  1432. { 0.8,0.81,1 },14.036};
  1433. swBrightness = 1;
  1434. };
  1435. class Lighting22
  1436. {
  1437. height = -0.001;
  1438. overcast = 0.4;
  1439. sunAngle = -14;
  1440. sunOrMoon = 0;
  1441. diffuse[] = {
  1442. { 0.033,0.19208,0.679 },2.1};
  1443. diffuseCloud[] = {
  1444. { 0.033,0.19208,0.679 },2.1};
  1445. ambient[] = {0.015,0.121,0.4482};
  1446. ambientCloud[] = {0.015,0.121,0.4482};
  1447. ambientMid[] = {0.015,0.121,0.4482};
  1448. ambientMidCloud[] = {0.015,0.121,0.4482};
  1449. groundReflection[] = {0.015,0.1452,0.4482};
  1450. groundReflectionCloud[] = {0.015,0.1452,0.4482};
  1451. bidirect[] = {0,0,0};
  1452. bidirectCloud[] = {0,0,0};
  1453. sky[] = {
  1454. { 0.001273,0.000735,0.004057 },0.001123};
  1455. skyAroundSun[] = {4e-006,0.000104,0.000366};
  1456. fogColor[] = {0.005,0.005,0.005};
  1457. apertureMin = 5.916064;
  1458. apertureStandard = 6.859;
  1459. apertureMax = 17.1475;
  1460. standardAvgLum = 1.08;
  1461. desiredLuminanceCoef = 0;
  1462. desiredLuminanceCoefCloud = 0;
  1463. luminanceRectCoef = 1;
  1464. luminanceRectCoefCloud = 1;
  1465. rayleigh[] = {0.00749,0.01388,0.02878};
  1466. mie[] = {0.0046,0.0046,0.0046};
  1467. cloudsColor[] = {
  1468. { 0.3,0.4,1 },13.61492};
  1469. swBrightness = 5;
  1470. };
  1471. class Lighting23
  1472. {
  1473. height = -0.001;
  1474. overcast = 0.4;
  1475. sunAngle = -10;
  1476. sunOrMoon = 0;
  1477. diffuse[] = {
  1478. { 0.077,0.24696,0.97 },2.24};
  1479. diffuseCloud[] = {
  1480. { 0.077,0.24696,0.97 },2.24};
  1481. ambient[] = {0.015,0.121,0.4482};
  1482. ambientCloud[] = {0.015,0.121,0.4482};
  1483. ambientMid[] = {0.015,0.121,0.4482};
  1484. ambientMidCloud[] = {0.015,0.121,0.4482};
  1485. groundReflection[] = {0.015,0.1452,0.4482};
  1486. groundReflectionCloud[] = {0.015,0.1452,0.4482};
  1487. bidirect[] = {0,0,0};
  1488. bidirectCloud[] = {0,0,0};
  1489. sky[] = {
  1490. { 0.004316,0.002493,0.013752 },0.011229};
  1491. skyAroundSun[] = {0.004332,0.005212,0.009138};
  1492. fogColor[] = {0.005,0.005,0.005};
  1493. apertureMin = 7.39508;
  1494. apertureStandard = 7.22;
  1495. apertureMax = 18.05;
  1496. standardAvgLum = 1.8;
  1497. desiredLuminanceCoef = 0;
  1498. desiredLuminanceCoefCloud = 0;
  1499. luminanceRectCoef = 1;
  1500. luminanceRectCoefCloud = 1;
  1501. rayleigh[] = {0.00749,0.01388,0.02878};
  1502. mie[] = {0.0046,0.0046,0.0046};
  1503. cloudsColor[] = {
  1504. { 0.8,0.81,1 },13.61492};
  1505. swBrightness = 5;
  1506. };
  1507. class Lighting24
  1508. {
  1509. height = -0.001;
  1510. overcast = 0.4;
  1511. sunAngle = -9;
  1512. sunOrMoon = 0;
  1513. diffuse[] = {
  1514. { 0.077,0.24696,0.97 },1.92};
  1515. diffuseCloud[] = {
  1516. { 0.077,0.24696,0.97 },1.92};
  1517. ambient[] = {
  1518. { 0.015,0.121,0.1328 },1.536};
  1519. ambientCloud[] = {
  1520. { 0.015,0.121,0.1328 },1.536};
  1521. ambientMid[] = {
  1522. { 0.015,0.121,0.1328 },1.6128};
  1523. ambientMidCloud[] = {
  1524. { 0.015,0.121,0.1328 },1.6128};
  1525. groundReflection[] = {
  1526. { 0.015,0.1452,0.1328 },1.29024};
  1527. groundReflectionCloud[] = {
  1528. { 0.015,0.1452,0.1328 },1.29024};
  1529. bidirect[] = {0,0,0};
  1530. bidirectCloud[] = {0,0,0};
  1531. sky[] = {0.014632,0.00845,0.034815};
  1532. skyAroundSun[] = {
  1533. { 0.00456,0.005486,0.009619 },0.4};
  1534. fogColor[] = {0.005,0.005,0.005};
  1535. apertureMin = 7.546;
  1536. apertureStandard = 7.6;
  1537. apertureMax = 19;
  1538. standardAvgLum = 3;
  1539. desiredLuminanceCoef = 0;
  1540. desiredLuminanceCoefCloud = 0;
  1541. luminanceRectCoef = 1;
  1542. luminanceRectCoefCloud = 1;
  1543. rayleigh[] = {0.00749,0.01388,0.02878};
  1544. mie[] = {0.0046,0.0046,0.0046};
  1545. cloudsColor[] = {
  1546. { 0.8,0.81,1 },13.61492};
  1547. swBrightness = 5;
  1548. };
  1549. class Lighting25
  1550. {
  1551. height = -0.001;
  1552. overcast = 0.4;
  1553. sunAngle = -8;
  1554. sunOrMoon = 0;
  1555. diffuse[] = {
  1556. { 0.077,0.24696,0.97 },1.6};
  1557. diffuseCloud[] = {
  1558. { 0.077,0.24696,0.97 },1.6};
  1559. ambient[] = {
  1560. { 0.03,0.0847,0.12699 },1.28};
  1561. ambientCloud[] = {
  1562. { 0.03,0.0847,0.12699 },1.28};
  1563. ambientMid[] = {
  1564. { 0.03,0.0847,0.12699 },1.344};
  1565. ambientMidCloud[] = {
  1566. { 0.03,0.0847,0.12699 },1.344};
  1567. groundReflection[] = {
  1568. { 0.03,0.10164,0.12699 },1.0752};
  1569. groundReflectionCloud[] = {
  1570. { 0.03,0.10164,0.12699 },1.0752};
  1571. bidirect[] = {3.2e-005,5.1e-005,7.2e-005};
  1572. bidirectCloud[] = {3.2e-005,5.1e-005,7.2e-005};
  1573. sky[] = {
  1574. { 0.0496,0.028644,0.118017 },0.014036};
  1575. skyAroundSun[] = {
  1576. { 0.0048,0.005775,0.010125 },1.8183};
  1577. fogColor[] = {0.005,0.005,0.005};
  1578. apertureMin = 7.7;
  1579. apertureStandard = 8;
  1580. apertureMax = 20;
  1581. standardAvgLum = 5;
  1582. desiredLuminanceCoef = 0;
  1583. desiredLuminanceCoefCloud = 0;
  1584. luminanceRectCoef = 1;
  1585. luminanceRectCoefCloud = 1;
  1586. rayleigh[] = {0.00749,0.01388,0.02878};
  1587. mie[] = {0.0046,0.0046,0.0046};
  1588. cloudsColor[] = {
  1589. { 0.8,0.81,1 },12};
  1590. swBrightness = 4;
  1591. };
  1592. class Lighting26
  1593. {
  1594. height = -0.001;
  1595. overcast = 0.4;
  1596. sunAngle = -6;
  1597. sunOrMoon = 0;
  1598. diffuse[] = {
  1599. { 0.077,0.24696,0.97 },1.36};
  1600. diffuseCloud[] = {
  1601. { 0.077,0.24696,0.97 },1.36};
  1602. ambient[] = {
  1603. { 0.045,0.121,0.18675 },1.088};
  1604. ambientCloud[] = {
  1605. { 0.045,0.121,0.18675 },1.088};
  1606. ambientMid[] = {
  1607. { 0.045,0.121,0.18675 },1.1424};
  1608. ambientMidCloud[] = {
  1609. { 0.045,0.121,0.18675 },1.1424};
  1610. groundReflection[] = {
  1611. { 0.045,0.1452,0.18675 },0.91392};
  1612. groundReflectionCloud[] = {
  1613. { 0.045,0.1452,0.18675 },0.91392};
  1614. bidirect[] = {0.00032,0.000509,0.000724};
  1615. bidirectCloud[] = {0.00032,0.000509,0.000724};
  1616. sky[] = {
  1617. { 0.16,0.0924,0.3807 },0.84216};
  1618. skyAroundSun[] = {
  1619. { 0.048,0.05775,0.10125 },4.8488};
  1620. fogColor[] = {0.005,0.005,0.005};
  1621. apertureMin = 7.8;
  1622. apertureStandard = 9;
  1623. apertureMax = 20;
  1624. standardAvgLum = 10;
  1625. desiredLuminanceCoef = 0;
  1626. desiredLuminanceCoefCloud = 0;
  1627. luminanceRectCoef = 1;
  1628. luminanceRectCoefCloud = 1;
  1629. rayleigh[] = {0.00749,0.01388,0.02878};
  1630. mie[] = {0.0046,0.0046,0.0046};
  1631. cloudsColor[] = {
  1632. { 0.8,0.81,1 },11};
  1633. swBrightness = 3;
  1634. };
  1635. class Lighting27
  1636. {
  1637. height = -0.001;
  1638. overcast = 0.4;
  1639. sunAngle = -2;
  1640. sunOrMoon = 0.5;
  1641. diffuse[] = {
  1642. { 0.154,0.15876,0.3007 },1.276};
  1643. diffuseCloud[] = {
  1644. { 0.154,0.15876,0.3007 },1.276};
  1645. ambient[] = {
  1646. { 0.15,0.3025,0.4482 },1.276};
  1647. ambientCloud[] = {
  1648. { 0.15,0.3025,0.4482 },1.276};
  1649. ambientMid[] = {
  1650. { 0.15,0.3025,0.4482 },1.3398};
  1651. ambientMidCloud[] = {
  1652. { 0.15,0.3025,0.4482 },1.3398};
  1653. groundReflection[] = {
  1654. { 0.15,0.363,0.4482 },1.07184};
  1655. groundReflectionCloud[] = {
  1656. { 0.15,0.363,0.4482 },1.07184};
  1657. bidirect[] = {0.000746,0.001187,0.001689};
  1658. bidirectCloud[] = {0.000746,0.001187,0.001689};
  1659. sky[] = {
  1660. { 0.16,0.165,0.2115 },3.045812};
  1661. skyAroundSun[] = {
  1662. { 0.12,0.10395,0.09 },9.0915};
  1663. fogColor[] = {0.005,0.005,0.005};
  1664. apertureMin = 8;
  1665. apertureStandard = 10;
  1666. apertureMax = 20;
  1667. standardAvgLum = 20;
  1668. desiredLuminanceCoef = 0;
  1669. desiredLuminanceCoefCloud = 0;
  1670. luminanceRectCoef = 1;
  1671. luminanceRectCoefCloud = 1;
  1672. rayleigh[] = {0.00749,0.01388,0.02878};
  1673. mie[] = {0.0046,0.0046,0.0046};
  1674. cloudsColor[] = {
  1675. { 0.8,0.81,1 },11};
  1676. swBrightness = 2;
  1677. };
  1678. class Lighting28
  1679. {
  1680. height = -0.001;
  1681. overcast = 0.4;
  1682. sunAngle = 0;
  1683. sunOrMoon = 1;
  1684. diffuse[] = {
  1685. { 0.693,0.24696,0.2134 },4.8488};
  1686. diffuseCloud[] = {
  1687. { 0.693,0.24696,0.2134 },4.8488};
  1688. ambient[] = {
  1689. { 0.3,0.470085,0.562491 },4.36392};
  1690. ambientCloud[] = {
  1691. { 0.3,0.470085,0.562491 },4.36392};
  1692. ambientMid[] = {
  1693. { 0.3,0.470085,0.562491 },4.582116};
  1694. ambientMidCloud[] = {
  1695. { 0.3,0.470085,0.562491 },4.582116};
  1696. groundReflection[] = {
  1697. { 0.3,0.564102,0.562491 },3.665693};
  1698. groundReflectionCloud[] = {
  1699. { 0.3,0.564102,0.562491 },3.665693};
  1700. bidirect[] = {0.00213,0.00339,0.004826};
  1701. bidirectCloud[] = {0.00213,0.00339,0.004826};
  1702. sky[] = {
  1703. { 0.52,0.264,0.4239 },4.10553};
  1704. skyAroundSun[] = {
  1705. { 0.3,0.09625,0.02997 },9.849125};
  1706. fogColor[] = {0.005,0.005,0.005};
  1707. apertureMin = 9;
  1708. apertureStandard = 12;
  1709. apertureMax = 20;
  1710. standardAvgLum = 60;
  1711. desiredLuminanceCoef = 0;
  1712. desiredLuminanceCoefCloud = 0;
  1713. luminanceRectCoef = 1;
  1714. luminanceRectCoefCloud = 1;
  1715. rayleigh[] = {0.00749,0.01388,0.02878};
  1716. mie[] = {0.0046,0.0046,0.0046};
  1717. cloudsColor[] = {
  1718. { 0.8,0.81,1 },12};
  1719. swBrightness = 1;
  1720. };
  1721. class Lighting29
  1722. {
  1723. height = -0.001;
  1724. overcast = 0.4;
  1725. sunAngle = 2;
  1726. sunOrMoon = 1;
  1727. diffuse[] = {
  1728. { 0.77,0.37044,0.194 },7.018};
  1729. diffuseCloud[] = {
  1730. { 0.77,0.37044,0.194 },7.018};
  1731. ambient[] = {
  1732. { 0.2655,0.5093,0.61918 },5.6144};
  1733. ambientCloud[] = {
  1734. { 0.2655,0.5093,0.61918 },5.6144};
  1735. ambientMid[] = {
  1736. { 0.2655,0.5093,0.61918 },5.89512};
  1737. ambientMidCloud[] = {
  1738. { 0.2655,0.5093,0.61918 },5.89512};
  1739. groundReflection[] = {
  1740. { 0.2655,0.61116,0.61918 },4.716096};
  1741. groundReflectionCloud[] = {
  1742. { 0.2655,0.61116,0.61918 },4.716096};
  1743. bidirect[] = {0.003195,0.005085,0.007239};
  1744. bidirectCloud[] = {0.003195,0.005085,0.007239};
  1745. sky[] = {
  1746. { 0.4312,0.31031,0.5175 },6.568848};
  1747. skyAroundSun[] = {
  1748. { 0.4392,0.128744,0.03609 },13.3342};
  1749. fogColor[] = {0.005,0.005,0.005};
  1750. apertureMin = 10;
  1751. apertureStandard = 15;
  1752. apertureMax = 20;
  1753. standardAvgLum = 70;
  1754. desiredLuminanceCoef = 0;
  1755. desiredLuminanceCoefCloud = 0;
  1756. luminanceRectCoef = 1;
  1757. luminanceRectCoefCloud = 1;
  1758. rayleigh[] = {0.00749,0.01388,0.02878};
  1759. mie[] = {0.0046,0.0046,0.0046};
  1760. cloudsColor[] = {
  1761. { 0.8,0.81,1 },13};
  1762. swBrightness = 1;
  1763. };
  1764. class Lighting30
  1765. {
  1766. height = -0.001;
  1767. overcast = 0.4;
  1768. sunAngle = 6;
  1769. sunOrMoon = 1;
  1770. diffuse[] = {
  1771. { 0.77,0.5292,0.291 },10.208};
  1772. diffuseCloud[] = {
  1773. { 0.77,0.5292,0.291 },10.208};
  1774. ambient[] = {
  1775. { 0.285,0.5401,0.66234 },8.1664};
  1776. ambientCloud[] = {
  1777. { 0.285,0.5401,0.66234 },8.1664};
  1778. ambientMid[] = {
  1779. { 0.285,0.5401,0.66234 },8.57472};
  1780. ambientMidCloud[] = {
  1781. { 0.285,0.5401,0.66234 },8.57472};
  1782. groundReflection[] = {
  1783. { 0.285,0.64812,0.66234 },6.859776};
  1784. groundReflectionCloud[] = {
  1785. { 0.285,0.64812,0.66234 },6.859776};
  1786. bidirect[] = {0.003728,0.005933,0.008446};
  1787. bidirectCloud[] = {0.003728,0.005933,0.008446};
  1788. sky[] = {
  1789. { 0.42,0.37004,0.6507 },8.84268};
  1790. skyAroundSun[] = {
  1791. { 0.424,0.206745,0.1188 },13.3342};
  1792. fogColor[] = {0.005,0.005,0.005};
  1793. apertureMin = 15;
  1794. apertureStandard = 20;
  1795. apertureMax = 40;
  1796. standardAvgLum = 120;
  1797. desiredLuminanceCoef = 0;
  1798. desiredLuminanceCoefCloud = 0;
  1799. luminanceRectCoef = 1;
  1800. luminanceRectCoefCloud = 1;
  1801. rayleigh[] = {0.00749,0.01388,0.02878};
  1802. mie[] = {0.0046,0.0046,0.0046};
  1803. cloudsColor[] = {
  1804. { 0.8,0.81,1 },13};
  1805. swBrightness = 1;
  1806. };
  1807. class Lighting31
  1808. {
  1809. height = -0.001;
  1810. overcast = 0.4;
  1811. sunAngle = 16;
  1812. sunOrMoon = 1;
  1813. diffuse[] = {
  1814. { 0.77,0.65268,0.485 },11.484};
  1815. diffuseCloud[] = {
  1816. { 0.77,0.65268,0.485 },11.484};
  1817. ambient[] = {
  1818. { 0.315,0.574145,0.70965 },9.1872};
  1819. ambientCloud[] = {
  1820. { 0.315,0.574145,0.70965 },9.1872};
  1821. ambientMid[] = {
  1822. { 0.315,0.574145,0.70965 },9.64656};
  1823. ambientMidCloud[] = {
  1824. { 0.315,0.574145,0.70965 },9.64656};
  1825. groundReflection[] = {
  1826. { 0.315,0.688974,0.70965 },7.717248};
  1827. groundReflectionCloud[] = {
  1828. { 0.315,0.688974,0.70965 },7.717248};
  1829. bidirect[] = {0.00426,0.00678,0.009652};
  1830. bidirectCloud[] = {0.00426,0.00678,0.009652};
  1831. sky[] = {
  1832. { 0.408,0.437085,0.62163 },10.77965};
  1833. skyAroundSun[] = {
  1834. { 0.412,0.437976,0.42435 },13.9403};
  1835. fogColor[] = {0.005,0.005,0.005};
  1836. apertureMin = 15;
  1837. apertureStandard = 25;
  1838. apertureMax = 85;
  1839. standardAvgLum = 450;
  1840. desiredLuminanceCoef = 0;
  1841. desiredLuminanceCoefCloud = 0;
  1842. luminanceRectCoef = 1;
  1843. luminanceRectCoefCloud = 1;
  1844. rayleigh[] = {0.00749,0.01388,0.02878};
  1845. mie[] = {0.0046,0.0046,0.0046};
  1846. cloudsColor[] = {
  1847. { 0.8,0.81,1 },13};
  1848. swBrightness = 1;
  1849. };
  1850. class Lighting32
  1851. {
  1852. height = -0.001;
  1853. overcast = 0.4;
  1854. sunAngle = 45;
  1855. sunOrMoon = 1;
  1856. diffuse[] = {
  1857. { 0.77,0.882,0.97 },12.76};
  1858. diffuseCloud[] = {
  1859. { 0.77,0.882,0.97 },12.76};
  1860. ambient[] = {
  1861. { 0.3,0.605,0.747 },10.208};
  1862. ambientCloud[] = {
  1863. { 0.3,0.605,0.747 },10.208};
  1864. ambientMid[] = {
  1865. { 0.3,0.605,0.747 },10.7184};
  1866. ambientMidCloud[] = {
  1867. { 0.3,0.605,0.747 },10.7184};
  1868. groundReflection[] = {
  1869. { 0.3,0.726,0.747 },8.57472};
  1870. groundReflectionCloud[] = {
  1871. { 0.3,0.726,0.747 },8.57472};
  1872. bidirect[] = {0.00426,0.00678,0.009652};
  1873. bidirectCloud[] = {0.00426,0.00678,0.009652};
  1874. sky[] = {
  1875. { 0.4,0.55,0.9 },11.2288};
  1876. skyAroundSun[] = {
  1877. { 0.4,0.385,0.45 },15.1525};
  1878. fogColor[] = {0.005,0.005,0.005};
  1879. apertureMin = 22.5;
  1880. apertureStandard = 65;
  1881. apertureMax = 85;
  1882. standardAvgLum = 800;
  1883. desiredLuminanceCoef = 0;
  1884. desiredLuminanceCoefCloud = 0;
  1885. luminanceRectCoef = 1;
  1886. luminanceRectCoefCloud = 1;
  1887. rayleigh[] = {0.00749,0.01388,0.02878};
  1888. mie[] = {0.006,0.0046,0.004};
  1889. cloudsColor[] = {
  1890. { 0.8,0.81,1 },13.61492};
  1891. swBrightness = 1;
  1892. };
  1893. class Lighting33
  1894. {
  1895. height = -60;
  1896. overcast = 0.4;
  1897. sunAngle = -14;
  1898. sunOrMoon = 0;
  1899. diffuse[] = {0.0165,0.19208,0.679};
  1900. diffuseCloud[] = {0.0165,0.19208,0.679};
  1901. ambient[] = {0.0075,0.0968,0.4482};
  1902. ambientCloud[] = {0.0075,0.0968,0.4482};
  1903. ambientMid[] = {0.0075,0.0968,0.4482};
  1904. ambientMidCloud[] = {0.0075,0.0968,0.4482};
  1905. groundReflection[] = {0.0075,0.0968,0.4482};
  1906. groundReflectionCloud[] = {0.0075,0.0968,0.4482};
  1907. bidirect[] = {0,0,0};
  1908. bidirectCloud[] = {0,0,0};
  1909. sky[] = {0.001273,0.001838,0.004057};
  1910. skyAroundSun[] = {4e-006,0.000104,0.000366};
  1911. fogColor[] = {0.005,0.005,0.005};
  1912. apertureMin = 5.916064;
  1913. apertureStandard = 6.859;
  1914. apertureMax = 17.1475;
  1915. standardAvgLum = 1.08;
  1916. desiredLuminanceCoef = 0;
  1917. desiredLuminanceCoefCloud = 0;
  1918. luminanceRectCoef = 1;
  1919. luminanceRectCoefCloud = 1;
  1920. rayleigh[] = {0.00749,0.01388,0.02878};
  1921. mie[] = {0.0046,0.0046,0.0046};
  1922. cloudsColor[] = {
  1923. { 0.3,0.4,1 },13.61492};
  1924. swBrightness = 5;
  1925. };
  1926. class Lighting34
  1927. {
  1928. height = -60;
  1929. overcast = 0.4;
  1930. sunAngle = -10;
  1931. sunOrMoon = 0;
  1932. diffuse[] = {
  1933. { 0.0385,0.24696,0.97 },1.12};
  1934. diffuseCloud[] = {
  1935. { 0.0385,0.24696,0.97 },1.12};
  1936. ambient[] = {0.0075,0.0968,0.4482};
  1937. ambientCloud[] = {0.0075,0.0968,0.4482};
  1938. ambientMid[] = {0.0075,0.0968,0.4482};
  1939. ambientMidCloud[] = {0.0075,0.0968,0.4482};
  1940. groundReflection[] = {0.0075,0.0968,0.4482};
  1941. groundReflectionCloud[] = {0.0075,0.0968,0.4482};
  1942. bidirect[] = {0,0,0};
  1943. bidirectCloud[] = {0,0,0};
  1944. sky[] = {
  1945. { 0.004316,0.006232,0.013752 },0.011229};
  1946. skyAroundSun[] = {0.004332,0.005212,0.009138};
  1947. fogColor[] = {0.005,0.005,0.005};
  1948. apertureMin = 7.39508;
  1949. apertureStandard = 7.22;
  1950. apertureMax = 18.05;
  1951. standardAvgLum = 1.8;
  1952. desiredLuminanceCoef = 0;
  1953. desiredLuminanceCoefCloud = 0;
  1954. luminanceRectCoef = 1;
  1955. luminanceRectCoefCloud = 1;
  1956. rayleigh[] = {0.00749,0.01388,0.02878};
  1957. mie[] = {0.0046,0.0046,0.0046};
  1958. cloudsColor[] = {
  1959. { 0.8,0.81,1 },13.61492};
  1960. swBrightness = 5;
  1961. };
  1962. class Lighting35
  1963. {
  1964. height = -60;
  1965. overcast = 0.4;
  1966. sunAngle = -9;
  1967. sunOrMoon = 0;
  1968. diffuse[] = {
  1969. { 0.0385,0.24696,0.97 },0.96};
  1970. diffuseCloud[] = {
  1971. { 0.0385,0.24696,0.97 },0.96};
  1972. ambient[] = {
  1973. { 0.0075,0.0968,0.1328 },1.3824};
  1974. ambientCloud[] = {
  1975. { 0.0075,0.0968,0.1328 },1.3824};
  1976. ambientMid[] = {
  1977. { 0.0075,0.0968,0.1328 },1.10592};
  1978. ambientMidCloud[] = {
  1979. { 0.0075,0.0968,0.1328 },1.10592};
  1980. groundReflection[] = {
  1981. { 0.0075,0.0968,0.1328 },0.884736};
  1982. groundReflectionCloud[] = {
  1983. { 0.0075,0.0968,0.1328 },0.884736};
  1984. bidirect[] = {0,0,0};
  1985. bidirectCloud[] = {0,0,0};
  1986. sky[] = {0.014632,0.021125,0.034815};
  1987. skyAroundSun[] = {
  1988. { 0.00456,0.005486,0.009619 },0.392};
  1989. fogColor[] = {0.005,0.005,0.005};
  1990. apertureMin = 7.546;
  1991. apertureStandard = 7.6;
  1992. apertureMax = 19;
  1993. standardAvgLum = 3;
  1994. desiredLuminanceCoef = 0;
  1995. desiredLuminanceCoefCloud = 0;
  1996. luminanceRectCoef = 1;
  1997. luminanceRectCoefCloud = 1;
  1998. rayleigh[] = {0.00749,0.01388,0.02878};
  1999. mie[] = {0.0046,0.0046,0.0046};
  2000. cloudsColor[] = {
  2001. { 0.8,0.81,1 },13.61492};
  2002. swBrightness = 5;
  2003. };
  2004. class Lighting36
  2005. {
  2006. height = -60;
  2007. overcast = 0.4;
  2008. sunAngle = -8;
  2009. sunOrMoon = 0;
  2010. diffuse[] = {
  2011. { 0.0385,0.24696,0.97 },0.8};
  2012. diffuseCloud[] = {
  2013. { 0.0385,0.24696,0.97 },0.8};
  2014. ambient[] = {
  2015. { 0.015,0.06776,0.12699 },1.152};
  2016. ambientCloud[] = {
  2017. { 0.015,0.06776,0.12699 },1.152};
  2018. ambientMid[] = {
  2019. { 0.015,0.06776,0.12699 },0.9216};
  2020. ambientMidCloud[] = {
  2021. { 0.015,0.06776,0.12699 },0.9216};
  2022. groundReflection[] = {
  2023. { 0.015,0.06776,0.12699 },0.73728};
  2024. groundReflectionCloud[] = {
  2025. { 0.015,0.06776,0.12699 },0.73728};
  2026. bidirect[] = {1.6e-005,2.5e-005,3.6e-005};
  2027. bidirectCloud[] = {1.6e-005,2.5e-005,3.6e-005};
  2028. sky[] = {
  2029. { 0.0496,0.07161,0.118017 },0.014036};
  2030. skyAroundSun[] = {
  2031. { 0.0048,0.005775,0.010125 },1.781934};
  2032. fogColor[] = {0.005,0.005,0.005};
  2033. apertureMin = 7.7;
  2034. apertureStandard = 8;
  2035. apertureMax = 20;
  2036. standardAvgLum = 5;
  2037. desiredLuminanceCoef = 0;
  2038. desiredLuminanceCoefCloud = 0;
  2039. luminanceRectCoef = 1;
  2040. luminanceRectCoefCloud = 1;
  2041. rayleigh[] = {0.00749,0.01388,0.02878};
  2042. mie[] = {0.0046,0.0046,0.0046};
  2043. cloudsColor[] = {
  2044. { 0.8,0.81,1 },12};
  2045. swBrightness = 4;
  2046. };
  2047. class Lighting37
  2048. {
  2049. height = -60;
  2050. overcast = 0.4;
  2051. sunAngle = -6;
  2052. sunOrMoon = 0;
  2053. diffuse[] = {
  2054. { 0.0385,0.24696,0.97 },0.68};
  2055. diffuseCloud[] = {
  2056. { 0.0385,0.24696,0.97 },0.68};
  2057. ambient[] = {
  2058. { 0.0225,0.0968,0.18675 },0.9792};
  2059. ambientCloud[] = {
  2060. { 0.0225,0.0968,0.18675 },0.9792};
  2061. ambientMid[] = {
  2062. { 0.0225,0.0968,0.18675 },0.78336};
  2063. ambientMidCloud[] = {
  2064. { 0.0225,0.0968,0.18675 },0.78336};
  2065. groundReflection[] = {
  2066. { 0.0225,0.0968,0.18675 },0.626688};
  2067. groundReflectionCloud[] = {
  2068. { 0.0225,0.0968,0.18675 },0.626688};
  2069. bidirect[] = {0.00016,0.000254,0.000362};
  2070. bidirectCloud[] = {0.00016,0.000254,0.000362};
  2071. sky[] = {
  2072. { 0.16,0.231,0.3807 },0.84216};
  2073. skyAroundSun[] = {
  2074. { 0.048,0.05775,0.10125 },4.751824};
  2075. fogColor[] = {0.005,0.005,0.005};
  2076. apertureMin = 7.8;
  2077. apertureStandard = 9;
  2078. apertureMax = 20;
  2079. standardAvgLum = 10;
  2080. desiredLuminanceCoef = 0;
  2081. desiredLuminanceCoefCloud = 0;
  2082. luminanceRectCoef = 1;
  2083. luminanceRectCoefCloud = 1;
  2084. rayleigh[] = {0.00749,0.01388,0.02878};
  2085. mie[] = {0.0046,0.0046,0.0046};
  2086. cloudsColor[] = {
  2087. { 0.8,0.81,1 },11};
  2088. swBrightness = 3;
  2089. };
  2090. class Lighting38
  2091. {
  2092. height = -60;
  2093. overcast = 0.4;
  2094. sunAngle = -2;
  2095. sunOrMoon = 0.5;
  2096. diffuse[] = {
  2097. { 0.077,0.15876,0.3007 },0.638};
  2098. diffuseCloud[] = {
  2099. { 0.077,0.15876,0.3007 },0.638};
  2100. ambient[] = {
  2101. { 0.075,0.242,0.4482 },1.1484};
  2102. ambientCloud[] = {
  2103. { 0.075,0.242,0.4482 },1.1484};
  2104. ambientMid[] = {
  2105. { 0.075,0.242,0.4482 },0.91872};
  2106. ambientMidCloud[] = {
  2107. { 0.075,0.242,0.4482 },0.91872};
  2108. groundReflection[] = {
  2109. { 0.075,0.242,0.4482 },0.734976};
  2110. groundReflectionCloud[] = {
  2111. { 0.075,0.242,0.4482 },0.734976};
  2112. bidirect[] = {0.000373,0.000593,0.000845};
  2113. bidirectCloud[] = {0.000373,0.000593,0.000845};
  2114. sky[] = {
  2115. { 0.32,0.33,0.423 },3.045812};
  2116. skyAroundSun[] = {
  2117. { 0.12,0.10395,0.09 },8.90967};
  2118. fogColor[] = {0.005,0.005,0.005};
  2119. apertureMin = 8;
  2120. apertureStandard = 10;
  2121. apertureMax = 20;
  2122. standardAvgLum = 20;
  2123. desiredLuminanceCoef = 0;
  2124. desiredLuminanceCoefCloud = 0;
  2125. luminanceRectCoef = 1;
  2126. luminanceRectCoefCloud = 1;
  2127. rayleigh[] = {0.00749,0.01388,0.02878};
  2128. mie[] = {0.0046,0.0046,0.0046};
  2129. cloudsColor[] = {
  2130. { 0.8,0.81,1 },11};
  2131. swBrightness = 2;
  2132. };
  2133. class Lighting39
  2134. {
  2135. height = -60;
  2136. overcast = 0.4;
  2137. sunAngle = 0;
  2138. sunOrMoon = 1;
  2139. diffuse[] = {
  2140. { 0.3465,0.24696,0.2134 },2.4244};
  2141. diffuseCloud[] = {
  2142. { 0.3465,0.24696,0.2134 },2.4244};
  2143. ambient[] = {
  2144. { 0.15,0.376068,0.562491 },3.927528};
  2145. ambientCloud[] = {
  2146. { 0.15,0.376068,0.562491 },3.927528};
  2147. ambientMid[] = {
  2148. { 0.15,0.376068,0.562491 },3.142022};
  2149. ambientMidCloud[] = {
  2150. { 0.15,0.376068,0.562491 },3.142022};
  2151. groundReflection[] = {
  2152. { 0.15,0.376068,0.562491 },2.513618};
  2153. groundReflectionCloud[] = {
  2154. { 0.15,0.376068,0.562491 },2.513618};
  2155. bidirect[] = {0.001065,0.001695,0.002413};
  2156. bidirectCloud[] = {0.001065,0.001695,0.002413};
  2157. sky[] = {
  2158. { 0.52,0.44,0.4239 },4.10553};
  2159. skyAroundSun[] = {
  2160. { 0.3,0.09625,0.02997 },9.652143};
  2161. fogColor[] = {0.005,0.005,0.005};
  2162. apertureMin = 9;
  2163. apertureStandard = 12;
  2164. apertureMax = 20;
  2165. standardAvgLum = 60;
  2166. desiredLuminanceCoef = 0;
  2167. desiredLuminanceCoefCloud = 0;
  2168. luminanceRectCoef = 1;
  2169. luminanceRectCoefCloud = 1;
  2170. rayleigh[] = {0.00749,0.01388,0.02878};
  2171. mie[] = {0.0046,0.0046,0.0046};
  2172. cloudsColor[] = {
  2173. { 0.8,0.81,1 },12};
  2174. swBrightness = 1;
  2175. };
  2176. class Lighting40
  2177. {
  2178. height = -60;
  2179. overcast = 0.4;
  2180. sunAngle = 2;
  2181. sunOrMoon = 1;
  2182. diffuse[] = {
  2183. { 0.385,0.37044,0.194 },3.509};
  2184. diffuseCloud[] = {
  2185. { 0.385,0.37044,0.194 },3.509};
  2186. ambient[] = {
  2187. { 0.13275,0.40744,0.61918 },5.05296};
  2188. ambientCloud[] = {
  2189. { 0.13275,0.40744,0.61918 },5.05296};
  2190. ambientMid[] = {
  2191. { 0.13275,0.40744,0.61918 },4.042368};
  2192. ambientMidCloud[] = {
  2193. { 0.13275,0.40744,0.61918 },4.042368};
  2194. groundReflection[] = {
  2195. { 0.13275,0.40744,0.61918 },3.233894};
  2196. groundReflectionCloud[] = {
  2197. { 0.13275,0.40744,0.61918 },3.233894};
  2198. bidirect[] = {0.001598,0.002543,0.00362};
  2199. bidirectCloud[] = {0.001598,0.002543,0.00362};
  2200. sky[] = {
  2201. { 0.4312,0.4433,0.5175 },6.568848};
  2202. skyAroundSun[] = {
  2203. { 0.4392,0.128744,0.03609 },11.87956};
  2204. fogColor[] = {0.005,0.005,0.005};
  2205. apertureMin = 10;
  2206. apertureStandard = 15;
  2207. apertureMax = 20;
  2208. standardAvgLum = 70;
  2209. desiredLuminanceCoef = 0;
  2210. desiredLuminanceCoefCloud = 0;
  2211. luminanceRectCoef = 1;
  2212. luminanceRectCoefCloud = 1;
  2213. rayleigh[] = {0.00749,0.01388,0.02878};
  2214. mie[] = {0.0046,0.0046,0.0046};
  2215. cloudsColor[] = {
  2216. { 0.8,0.81,1 },13};
  2217. swBrightness = 1;
  2218. };
  2219. class Lighting41
  2220. {
  2221. height = -60;
  2222. overcast = 0.4;
  2223. sunAngle = 6;
  2224. sunOrMoon = 1;
  2225. diffuse[] = {
  2226. { 0.385,0.5292,0.291 },5.104};
  2227. diffuseCloud[] = {
  2228. { 0.385,0.5292,0.291 },5.104};
  2229. ambient[] = {
  2230. { 0.1425,0.43208,0.66234 },7.34976};
  2231. ambientCloud[] = {
  2232. { 0.1425,0.43208,0.66234 },7.34976};
  2233. ambientMid[] = {
  2234. { 0.1425,0.43208,0.66234 },5.879808};
  2235. ambientMidCloud[] = {
  2236. { 0.1425,0.43208,0.66234 },5.879808};
  2237. groundReflection[] = {
  2238. { 0.1425,0.43208,0.66234 },4.703846};
  2239. groundReflectionCloud[] = {
  2240. { 0.1425,0.43208,0.66234 },4.703846};
  2241. bidirect[] = {0.001864,0.002966,0.004223};
  2242. bidirectCloud[] = {0.001864,0.002966,0.004223};
  2243. sky[] = {
  2244. { 0.42,0.46255,0.6507 },8.84268};
  2245. skyAroundSun[] = {
  2246. { 0.424,0.206745,0.1188 },13.06752};
  2247. fogColor[] = {0.005,0.005,0.005};
  2248. apertureMin = 15;
  2249. apertureStandard = 20;
  2250. apertureMax = 40;
  2251. standardAvgLum = 120;
  2252. desiredLuminanceCoef = 0;
  2253. desiredLuminanceCoefCloud = 0;
  2254. luminanceRectCoef = 1;
  2255. luminanceRectCoefCloud = 1;
  2256. rayleigh[] = {0.00749,0.01388,0.02878};
  2257. mie[] = {0.0046,0.0046,0.0046};
  2258. cloudsColor[] = {
  2259. { 0.8,0.81,1 },13};
  2260. swBrightness = 1;
  2261. };
  2262. class Lighting42
  2263. {
  2264. height = -60;
  2265. overcast = 0.4;
  2266. sunAngle = 16;
  2267. sunOrMoon = 1;
  2268. diffuse[] = {
  2269. { 0.385,0.65268,0.485 },5.742};
  2270. diffuseCloud[] = {
  2271. { 0.385,0.65268,0.485 },5.742};
  2272. ambient[] = {
  2273. { 0.1575,0.459316,0.70965 },8.26848};
  2274. ambientCloud[] = {
  2275. { 0.1575,0.459316,0.70965 },8.26848};
  2276. ambientMid[] = {
  2277. { 0.1575,0.459316,0.70965 },6.614784};
  2278. ambientMidCloud[] = {
  2279. { 0.1575,0.459316,0.70965 },6.614784};
  2280. groundReflection[] = {
  2281. { 0.1575,0.459316,0.70965 },5.291827};
  2282. groundReflectionCloud[] = {
  2283. { 0.1575,0.459316,0.70965 },5.291827};
  2284. bidirect[] = {0.00213,0.00339,0.004826};
  2285. bidirectCloud[] = {0.00213,0.00339,0.004826};
  2286. sky[] = {
  2287. { 0.408,0.48565,0.62163 },10.77965};
  2288. skyAroundSun[] = {
  2289. { 0.412,0.437976,0.42435 },13.66149};
  2290. fogColor[] = {0.005,0.005,0.005};
  2291. apertureMin = 15;
  2292. apertureStandard = 25;
  2293. apertureMax = 85;
  2294. standardAvgLum = 450;
  2295. desiredLuminanceCoef = 0;
  2296. desiredLuminanceCoefCloud = 0;
  2297. luminanceRectCoef = 1;
  2298. luminanceRectCoefCloud = 1;
  2299. rayleigh[] = {0.00749,0.01388,0.02878};
  2300. mie[] = {0.0046,0.0046,0.0046};
  2301. cloudsColor[] = {
  2302. { 0.8,0.81,1 },13};
  2303. swBrightness = 1;
  2304. };
  2305. class Lighting43
  2306. {
  2307. height = -60;
  2308. overcast = 0.4;
  2309. sunAngle = 45;
  2310. sunOrMoon = 1;
  2311. diffuse[] = {
  2312. { 0.385,0.882,0.97 },6.38};
  2313. diffuseCloud[] = {
  2314. { 0.385,0.882,0.97 },6.38};
  2315. ambient[] = {
  2316. { 0.15,0.484,0.747 },9.1872};
  2317. ambientCloud[] = {
  2318. { 0.15,0.484,0.747 },9.1872};
  2319. ambientMid[] = {
  2320. { 0.15,0.484,0.747 },7.34976};
  2321. ambientMidCloud[] = {
  2322. { 0.15,0.484,0.747 },7.34976};
  2323. groundReflection[] = {
  2324. { 0.15,0.484,0.747 },5.879808};
  2325. groundReflectionCloud[] = {
  2326. { 0.15,0.484,0.747 },5.879808};
  2327. bidirect[] = {0.00213,0.00339,0.004826};
  2328. bidirectCloud[] = {0.00213,0.00339,0.004826};
  2329. sky[] = {
  2330. { 0.4,0.55,0.9 },11.2288};
  2331. skyAroundSun[] = {
  2332. { 0.4,0.385,0.45 },14.84945};
  2333. fogColor[] = {0.005,0.005,0.005};
  2334. apertureMin = 22.5;
  2335. apertureStandard = 65;
  2336. apertureMax = 85;
  2337. standardAvgLum = 800;
  2338. desiredLuminanceCoef = 0;
  2339. desiredLuminanceCoefCloud = 0;
  2340. luminanceRectCoef = 1;
  2341. luminanceRectCoefCloud = 1;
  2342. rayleigh[] = {0.00749,0.01388,0.02878};
  2343. mie[] = {0.006,0.0046,0.004};
  2344. cloudsColor[] = {
  2345. { 0.8,0.81,1 },13.61492};
  2346. swBrightness = 1;
  2347. };
  2348. class Lighting44
  2349. {
  2350. height = -160;
  2351. overcast = 0.4;
  2352. sunAngle = -14;
  2353. sunOrMoon = 0;
  2354. diffuse[] = {0.00825,0.19208,0.679};
  2355. diffuseCloud[] = {0.00825,0.19208,0.679};
  2356. ambient[] = {0.00375,0.07744,0.4482};
  2357. ambientCloud[] = {0.00375,0.07744,0.4482};
  2358. ambientMid[] = {0.00375,0.07744,0.4482};
  2359. ambientMidCloud[] = {0.00375,0.07744,0.4482};
  2360. groundReflection[] = {0.00375,0.07744,0.4482};
  2361. groundReflectionCloud[] = {0.00375,0.07744,0.4482};
  2362. bidirect[] = {0,0,0};
  2363. bidirectCloud[] = {0,0,0};
  2364. sky[] = {0.001273,0.001838,0.004057};
  2365. skyAroundSun[] = {4e-006,0.000104,0.000366};
  2366. fogColor[] = {0.005,0.005,0.005};
  2367. apertureMin = 5.916064;
  2368. apertureStandard = 6.859;
  2369. apertureMax = 17.1475;
  2370. standardAvgLum = 1.08;
  2371. desiredLuminanceCoef = 0;
  2372. desiredLuminanceCoefCloud = 0;
  2373. luminanceRectCoef = 1;
  2374. luminanceRectCoefCloud = 1;
  2375. rayleigh[] = {0.00749,0.01388,0.02878};
  2376. mie[] = {0.0046,0.0046,0.0046};
  2377. cloudsColor[] = {
  2378. { 0.3,0.4,1 },13.61492};
  2379. swBrightness = 5;
  2380. };
  2381. class Lighting45
  2382. {
  2383. height = -160;
  2384. overcast = 0.4;
  2385. sunAngle = 0;
  2386. sunOrMoon = 1;
  2387. diffuse[] = {
  2388. { 0.03465,0.148176,0.2134 },0.72732};
  2389. diffuseCloud[] = {
  2390. { 0.03465,0.148176,0.2134 },0.72732};
  2391. ambient[] = {
  2392. { 0.01,0.300854,0.562491 },2.552893};
  2393. ambientCloud[] = {
  2394. { 0.01,0.300854,0.562491 },2.552893};
  2395. ambientMid[] = {
  2396. { 0.01,0.300854,0.562491 },2.042315};
  2397. ambientMidCloud[] = {
  2398. { 0.01,0.300854,0.562491 },2.042315};
  2399. groundReflection[] = {
  2400. { 0.01,0.300854,0.562491 },1.633852};
  2401. groundReflectionCloud[] = {
  2402. { 0.01,0.300854,0.562491 },1.633852};
  2403. bidirect[] = {0,0.05,0.07};
  2404. bidirectCloud[] = {0,0.05,0.07};
  2405. sky[] = {
  2406. { 0.52,0.44,0.4239 },1.642212};
  2407. skyAroundSun[] = {
  2408. { 0.3,0.09625,0.02997 },9.652143};
  2409. fogColor[] = {0.005,0.005,0.005};
  2410. apertureMin = 9;
  2411. apertureStandard = 12;
  2412. apertureMax = 20;
  2413. standardAvgLum = 60;
  2414. desiredLuminanceCoef = 0;
  2415. desiredLuminanceCoefCloud = 0;
  2416. luminanceRectCoef = 1;
  2417. luminanceRectCoefCloud = 1;
  2418. rayleigh[] = {0.00749,0.01388,0.02878};
  2419. mie[] = {0.0046,0.0046,0.0046};
  2420. cloudsColor[] = {
  2421. { 0.8,0.81,1 },12};
  2422. swBrightness = 1;
  2423. };
  2424. class Lighting46
  2425. {
  2426. height = -160;
  2427. overcast = 0.4;
  2428. sunAngle = 45;
  2429. sunOrMoon = 1;
  2430. diffuse[] = {
  2431. { 0.0385,0.5292,0.97 },1.914};
  2432. diffuseCloud[] = {
  2433. { 0.0385,0.5292,0.97 },1.914};
  2434. ambient[] = {
  2435. { 0.01,0.3872,0.747 },5.97168};
  2436. ambientCloud[] = {
  2437. { 0.01,0.3872,0.747 },5.97168};
  2438. ambientMid[] = {
  2439. { 0.01,0.3872,0.747 },4.777344};
  2440. ambientMidCloud[] = {
  2441. { 0.01,0.3872,0.747 },4.777344};
  2442. groundReflection[] = {
  2443. { 0.01,0.3872,0.747 },3.821875};
  2444. groundReflectionCloud[] = {
  2445. { 0.01,0.3872,0.747 },3.821875};
  2446. bidirect[] = {0,0.05,0.07};
  2447. bidirectCloud[] = {0,0.05,0.07};
  2448. sky[] = {
  2449. { 0.4,0.55,0.9 },7.29872};
  2450. skyAroundSun[] = {
  2451. { 0.4,0.385,0.45 },14.84945};
  2452. fogColor[] = {0.005,0.005,0.005};
  2453. apertureMin = 22.5;
  2454. apertureStandard = 65;
  2455. apertureMax = 85;
  2456. standardAvgLum = 800;
  2457. desiredLuminanceCoef = 0;
  2458. desiredLuminanceCoefCloud = 0;
  2459. luminanceRectCoef = 1;
  2460. luminanceRectCoefCloud = 1;
  2461. rayleigh[] = {0.00749,0.01388,0.02878};
  2462. mie[] = {0.006,0.0046,0.004};
  2463. cloudsColor[] = {
  2464. { 0.8,0.81,1 },13.61492};
  2465. swBrightness = 1;
  2466. };
  2467. class Lighting47
  2468. {
  2469. height = -250;
  2470. overcast = 0.4;
  2471. sunAngle = -14;
  2472. sunOrMoon = 0;
  2473. diffuse[] = {0.0005,0.001,0.001};
  2474. diffuseCloud[] = {0,0,0};
  2475. ambient[] = {0.0004,0.0008,0.0008};
  2476. ambientCloud[] = {0,0,0};
  2477. ambientMid[] = {0.000375,0.00075,0.00075};
  2478. ambientMidCloud[] = {0,0,0};
  2479. groundReflection[] = {0,0,0};
  2480. groundReflectionCloud[] = {0,0,0};
  2481. bidirect[] = {0,0,0};
  2482. bidirectCloud[] = {0,0,0};
  2483. sky[] = {0,0.002,0.003};
  2484. skyAroundSun[] = {0,0.002,0.003};
  2485. fogColor[] = {0,0,0};
  2486. apertureMin = 5.916064;
  2487. apertureStandard = 6.859;
  2488. apertureMax = 17.1475;
  2489. standardAvgLum = 1.08;
  2490. desiredLuminanceCoef = 0;
  2491. desiredLuminanceCoefCloud = 0;
  2492. luminanceRectCoef = 1;
  2493. luminanceRectCoefCloud = 1;
  2494. rayleigh[] = {0.00749,0.01388,0.02878};
  2495. mie[] = {0.0046,0.0046,0.0046};
  2496. cloudsColor[] = {
  2497. { 0.3,0.4,1 },13.61492};
  2498. swBrightness = 5;
  2499. };
  2500. class Lighting48
  2501. {
  2502. height = -250;
  2503. overcast = 0.4;
  2504. sunAngle = 0;
  2505. sunOrMoon = 1;
  2506. diffuse[] = {0.4,0.5,0.5};
  2507. diffuseCloud[] = {0.2,0.5,0.5};
  2508. ambient[] = {0.1,0.2,0.2};
  2509. ambientCloud[] = {0,0.5,1};
  2510. ambientMid[] = {0.1,0.2,0.2};
  2511. ambientMidCloud[] = {0,0.5,1};
  2512. groundReflection[] = {0,0.45,0.4};
  2513. groundReflectionCloud[] = {0.3,0.3,0.3};
  2514. bidirect[] = {0,0.05,0.07};
  2515. bidirectCloud[] = {0.03,0.03,0.03};
  2516. sky[] = {
  2517. { 0.1,0.64,1 },0.164221};
  2518. skyAroundSun[] = {
  2519. { 0.5,0.64,1 },0.965214};
  2520. fogColor[] = {0.05,0.05,0.05};
  2521. apertureMin = 9;
  2522. apertureStandard = 12;
  2523. apertureMax = 20;
  2524. standardAvgLum = 60;
  2525. desiredLuminanceCoef = 0.02;
  2526. desiredLuminanceCoefCloud = 0.02;
  2527. luminanceRectCoef = 1;
  2528. luminanceRectCoefCloud = 1;
  2529. rayleigh[] = {0.00749,0.01388,0.02878};
  2530. mie[] = {0.0046,0.0046,0.0046};
  2531. cloudsColor[] = {
  2532. { 0.8,0.81,1 },12};
  2533. swBrightness = 1;
  2534. };
  2535. class Lighting49
  2536. {
  2537. height = -250;
  2538. overcast = 0.4;
  2539. sunAngle = 45;
  2540. sunOrMoon = 1;
  2541. diffuse[] = {0,1,1};
  2542. diffuseCloud[] = {0,0,0};
  2543. ambient[] = {0,0,0};
  2544. ambientCloud[] = {0,0,0};
  2545. ambientMid[] = {0,0,0};
  2546. ambientMidCloud[] = {0,0,0};
  2547. groundReflection[] = {0,0,0};
  2548. groundReflectionCloud[] = {0,0,0};
  2549. bidirect[] = {0,0,0};
  2550. bidirectCloud[] = {0,0,0};
  2551. sky[] = {
  2552. { 0.4,0.55,0.9 },7.29872};
  2553. skyAroundSun[] = {
  2554. { 0.4,0.385,0.45 },18.94062};
  2555. fogColor[] = {0.005,0.005,0.005};
  2556. apertureMin = 22.5;
  2557. apertureStandard = 65;
  2558. apertureMax = 85;
  2559. standardAvgLum = 800;
  2560. desiredLuminanceCoef = 0;
  2561. desiredLuminanceCoefCloud = 0;
  2562. luminanceRectCoef = 1;
  2563. luminanceRectCoefCloud = 1;
  2564. rayleigh[] = {0.00749,0.01388,0.02878};
  2565. mie[] = {0.006,0.0046,0.004};
  2566. cloudsColor[] = {
  2567. { 0.8,0.81,1 },13.61492};
  2568. swBrightness = 1;
  2569. };
  2570. class Lighting50
  2571. {
  2572. height = -0.001;
  2573. overcast = 0.95;
  2574. sunAngle = -14;
  2575. sunOrMoon = 0;
  2576. diffuse[] = {0,0,0};
  2577. diffuseCloud[] = {0,0,0};
  2578. ambient[] = {0.006372,0.056282,0.354294};
  2579. ambientCloud[] = {0.005735,0.050653,0.318865};
  2580. ambientMid[] = {0.005098,0.045025,0.283435};
  2581. ambientMidCloud[] = {0.005098,0.045025,0.283435};
  2582. groundReflection[] = {0.003008,0.041873,0.283435};
  2583. groundReflectionCloud[] = {0.003008,0.041873,0.283435};
  2584. bidirect[] = {0,0,0};
  2585. bidirectCloud[] = {0,0,0};
  2586. sky[] = {
  2587. { 0.32,0.2,0.25 },0.000898};
  2588. skyAroundSun[] = {4e-006,0.000104,0.000366};
  2589. fogColor[] = {0.005,0.005,0.005};
  2590. apertureMin = 5.916064;
  2591. apertureStandard = 6.859;
  2592. apertureMax = 17.1475;
  2593. standardAvgLum = 1.08;
  2594. desiredLuminanceCoef = 0;
  2595. desiredLuminanceCoefCloud = 0;
  2596. luminanceRectCoef = 1;
  2597. luminanceRectCoefCloud = 1;
  2598. rayleigh[] = {0.00749,0.01388,0.02878};
  2599. mie[] = {0.0046,0.0046,0.0046};
  2600. cloudsColor[] = {
  2601. { 0.3,0.4,1 },13.61492};
  2602. swBrightness = 5;
  2603. };
  2604. class Lighting51
  2605. {
  2606. height = -0.001;
  2607. overcast = 0.95;
  2608. sunAngle = -10;
  2609. sunOrMoon = 0;
  2610. diffuse[] = {0.05775,0.18522,0.7275};
  2611. diffuseCloud[] = {0.051975,0.166698,0.65475};
  2612. ambient[] = {0.001888,0.006064,0.017496};
  2613. ambientCloud[] = {0.001699,0.005458,0.015746};
  2614. ambientMid[] = {0.00151,0.004851,0.013997};
  2615. ambientMidCloud[] = {0.00151,0.004851,0.013997};
  2616. groundReflection[] = {0.000891,0.004512,0.013997};
  2617. groundReflectionCloud[] = {0.000891,0.004512,0.013997};
  2618. bidirect[] = {0,0,0};
  2619. bidirectCloud[] = {0,0,0};
  2620. sky[] = {
  2621. { 0.32,0.2,0.25 },0.008983};
  2622. skyAroundSun[] = {0.004332,0.005212,0.009138};
  2623. fogColor[] = {0.005,0.005,0.005};
  2624. apertureMin = 7.39508;
  2625. apertureStandard = 7.22;
  2626. apertureMax = 18.05;
  2627. standardAvgLum = 1.8;
  2628. desiredLuminanceCoef = 0;
  2629. desiredLuminanceCoefCloud = 0;
  2630. luminanceRectCoef = 1;
  2631. luminanceRectCoefCloud = 1;
  2632. rayleigh[] = {0.00749,0.01388,0.02878};
  2633. mie[] = {0.0046,0.0046,0.0046};
  2634. cloudsColor[] = {
  2635. { 0.8,0.81,1 },13.61492};
  2636. swBrightness = 0;
  2637. };
  2638. class Lighting52
  2639. {
  2640. height = -0.001;
  2641. overcast = 0.95;
  2642. sunAngle = -9;
  2643. sunOrMoon = 0;
  2644. diffuse[] = {0,0,0};
  2645. diffuseCloud[] = {0,0,0};
  2646. ambient[] = {0.013688,0.021224,0.130248};
  2647. ambientCloud[] = {0.012319,0.019102,0.117223};
  2648. ambientMid[] = {0.01095,0.016979,0.104198};
  2649. ambientMidCloud[] = {0.01095,0.016979,0.104198};
  2650. groundReflection[] = {0.006461,0.015791,0.104198};
  2651. groundReflectionCloud[] = {0.006461,0.015791,0.104198};
  2652. bidirect[] = {0,0,0};
  2653. bidirectCloud[] = {0,0,0};
  2654. sky[] = {0.32,0.2,0.25};
  2655. skyAroundSun[] = {
  2656. { 0.00456,0.005486,0.009619 },0.4};
  2657. fogColor[] = {0.005,0.005,0.005};
  2658. apertureMin = 7.546;
  2659. apertureStandard = 7.6;
  2660. apertureMax = 19;
  2661. standardAvgLum = 3;
  2662. desiredLuminanceCoef = 0;
  2663. desiredLuminanceCoefCloud = 0;
  2664. luminanceRectCoef = 1;
  2665. luminanceRectCoefCloud = 1;
  2666. rayleigh[] = {0.00749,0.01388,0.02878};
  2667. mie[] = {0.0046,0.0046,0.0046};
  2668. cloudsColor[] = {
  2669. { 0.8,0.81,1 },13.61492};
  2670. swBrightness = 0;
  2671. };
  2672. class Lighting53
  2673. {
  2674. height = -0.001;
  2675. overcast = 0.95;
  2676. sunAngle = -8;
  2677. sunOrMoon = 0;
  2678. diffuse[] = {0,0,0};
  2679. diffuseCloud[] = {0,0,0};
  2680. ambient[] = {0.022184,0.0306,0.0549};
  2681. ambientCloud[] = {0.019966,0.02754,0.04941};
  2682. ambientMid[] = {0.017747,0.02448,0.04392};
  2683. ambientMidCloud[] = {0.017747,0.02448,0.04392};
  2684. groundReflection[] = {0.010471,0.022766,0.04392};
  2685. groundReflectionCloud[] = {0.010471,0.022766,0.04392};
  2686. bidirect[] = {0,0,0};
  2687. bidirectCloud[] = {0,0,0};
  2688. sky[] = {
  2689. { 0.32,0.2,0.25 },0.011229};
  2690. skyAroundSun[] = {
  2691. { 0.0048,0.005775,0.010125 },1.8183};
  2692. fogColor[] = {0.005,0.005,0.005};
  2693. apertureMin = 7.7;
  2694. apertureStandard = 8;
  2695. apertureMax = 20;
  2696. standardAvgLum = 5;
  2697. desiredLuminanceCoef = 0;
  2698. desiredLuminanceCoefCloud = 0;
  2699. luminanceRectCoef = 1;
  2700. luminanceRectCoefCloud = 1;
  2701. rayleigh[] = {0.00749,0.01388,0.02878};
  2702. mie[] = {0.0046,0.0046,0.0046};
  2703. cloudsColor[] = {
  2704. { 0.8,0.81,1 },12};
  2705. swBrightness = 0;
  2706. };
  2707. class Lighting54
  2708. {
  2709. height = -0.001;
  2710. overcast = 0.95;
  2711. sunAngle = -6;
  2712. sunOrMoon = 0;
  2713. diffuse[] = {0,0,0};
  2714. diffuseCloud[] = {0,0,0};
  2715. ambient[] = {
  2716. { 0.022184,0.0455,0.08 },0.368509};
  2717. ambientCloud[] = {
  2718. { 0.019966,0.04095,0.072 },0.331658};
  2719. ambientMid[] = {
  2720. { 0.017747,0.0364,0.064 },0.331658};
  2721. ambientMidCloud[] = {
  2722. { 0.017747,0.0364,0.064 },0.331658};
  2723. groundReflection[] = {
  2724. { 0.010471,0.033852,0.064 },0.265326};
  2725. groundReflectionCloud[] = {
  2726. { 0.010471,0.033852,0.064 },0.265326};
  2727. bidirect[] = {0,0,0};
  2728. bidirectCloud[] = {0,0,0};
  2729. sky[] = {
  2730. { 0.32,0.2,0.25 },0.757944};
  2731. skyAroundSun[] = {
  2732. { 0.048,0.05775,0.10125 },4.8488};
  2733. fogColor[] = {0.005,0.005,0.005};
  2734. apertureMin = 7.8;
  2735. apertureStandard = 9;
  2736. apertureMax = 20;
  2737. standardAvgLum = 10;
  2738. desiredLuminanceCoef = 0;
  2739. desiredLuminanceCoefCloud = 0;
  2740. luminanceRectCoef = 1;
  2741. luminanceRectCoefCloud = 1;
  2742. rayleigh[] = {0.00749,0.01388,0.02878};
  2743. mie[] = {0.0046,0.0046,0.0046};
  2744. cloudsColor[] = {
  2745. { 0.8,0.81,1 },11};
  2746. swBrightness = 0;
  2747. };
  2748. class Lighting55
  2749. {
  2750. height = -0.001;
  2751. overcast = 0.95;
  2752. sunAngle = -2;
  2753. sunOrMoon = 0.5;
  2754. diffuse[] = {0,0,0};
  2755. diffuseCloud[] = {0,0,0};
  2756. ambient[] = {
  2757. { 0.07,0.0775,0.086 },3.938438};
  2758. ambientCloud[] = {
  2759. { 0.063,0.06975,0.0774 },3.544594};
  2760. ambientMid[] = {
  2761. { 0.056,0.062,0.0688 },3.544594};
  2762. ambientMidCloud[] = {
  2763. { 0.056,0.062,0.0688 },3.544594};
  2764. groundReflection[] = {
  2765. { 0.03304,0.05766,0.0688 },2.835675};
  2766. groundReflectionCloud[] = {
  2767. { 0.03304,0.05766,0.0688 },2.835675};
  2768. bidirect[] = {0,0,0};
  2769. bidirectCloud[] = {0,0,0};
  2770. sky[] = {
  2771. { 0.32,0.2,0.25 },2.893521};
  2772. skyAroundSun[] = {
  2773. { 0.12,0.10395,0.09 },9.0915};
  2774. fogColor[] = {0.005,0.005,0.005};
  2775. apertureMin = 8;
  2776. apertureStandard = 10;
  2777. apertureMax = 20;
  2778. standardAvgLum = 20;
  2779. desiredLuminanceCoef = 0;
  2780. desiredLuminanceCoefCloud = 0;
  2781. luminanceRectCoef = 1;
  2782. luminanceRectCoefCloud = 1;
  2783. rayleigh[] = {0.00749,0.01388,0.02878};
  2784. mie[] = {0.0046,0.0046,0.0046};
  2785. cloudsColor[] = {
  2786. { 0.8,0.81,1 },11};
  2787. swBrightness = 0;
  2788. };
  2789. class Lighting56
  2790. {
  2791. height = -0.001;
  2792. overcast = 0.95;
  2793. sunAngle = 0;
  2794. sunOrMoon = 1;
  2795. diffuse[] = {
  2796. { 0,0,0 },0.436392};
  2797. diffuseCloud[] = {
  2798. { 0,0,0 },0.392753};
  2799. ambient[] = {
  2800. { 0.097704,0.13,0.215 },4.145724};
  2801. ambientCloud[] = {
  2802. { 0.087934,0.117,0.1935 },3.731152};
  2803. ambientMid[] = {
  2804. { 0.078163,0.104,0.172 },3.731152};
  2805. ambientMidCloud[] = {
  2806. { 0.078163,0.104,0.172 },3.731152};
  2807. groundReflection[] = {
  2808. { 0.046116,0.09672,0.172 },2.984921};
  2809. groundReflectionCloud[] = {
  2810. { 0.046116,0.09672,0.172 },2.984921};
  2811. bidirect[] = {0,0,0};
  2812. bidirectCloud[] = {0,0,0};
  2813. sky[] = {
  2814. { 0.32,0.2,0.25 },4.10553};
  2815. skyAroundSun[] = {
  2816. { 0.3,0.09625,0.02997 },9.849125};
  2817. fogColor[] = {0.005,0.005,0.005};
  2818. apertureMin = 9;
  2819. apertureStandard = 12;
  2820. apertureMax = 20;
  2821. standardAvgLum = 60;
  2822. desiredLuminanceCoef = 0;
  2823. desiredLuminanceCoefCloud = 0;
  2824. luminanceRectCoef = 1;
  2825. luminanceRectCoefCloud = 1;
  2826. rayleigh[] = {0.00749,0.01388,0.02878};
  2827. mie[] = {0.0046,0.0046,0.0046};
  2828. cloudsColor[] = {
  2829. { 0.8,0.81,1 },12};
  2830. swBrightness = 1;
  2831. };
  2832. class Lighting57
  2833. {
  2834. height = -0.001;
  2835. overcast = 0.95;
  2836. sunAngle = 2;
  2837. sunOrMoon = 1;
  2838. diffuse[] = {
  2839. { 0.7,0.9,1 },0.94743};
  2840. diffuseCloud[] = {
  2841. { 0.63,0.81,0.9 },0.852687};
  2842. ambient[] = {
  2843. { 0.140184,0.2082,0.3654 },4.875317};
  2844. ambientCloud[] = {
  2845. { 0.126166,0.18738,0.32886 },4.387785};
  2846. ambientMid[] = {
  2847. { 0.112147,0.16656,0.29232 },4.387785};
  2848. ambientMidCloud[] = {
  2849. { 0.112147,0.16656,0.29232 },4.387785};
  2850. groundReflection[] = {
  2851. { 0.066167,0.154901,0.29232 },3.510228};
  2852. groundReflectionCloud[] = {
  2853. { 0.066167,0.154901,0.29232 },3.510228};
  2854. bidirect[] = {0,0,0};
  2855. bidirectCloud[] = {0,0,0};
  2856. sky[] = {
  2857. { 0.32,0.2,0.25 },6.240406};
  2858. skyAroundSun[] = {
  2859. { 0.4392,0.128744,0.03609 },13.3342};
  2860. fogColor[] = {0.005,0.005,0.005};
  2861. apertureMin = 10;
  2862. apertureStandard = 15;
  2863. apertureMax = 20;
  2864. standardAvgLum = 70;
  2865. desiredLuminanceCoef = 0;
  2866. desiredLuminanceCoefCloud = 0;
  2867. luminanceRectCoef = 1;
  2868. luminanceRectCoefCloud = 1;
  2869. rayleigh[] = {0.00749,0.01388,0.02878};
  2870. mie[] = {0.0046,0.0046,0.0046};
  2871. cloudsColor[] = {
  2872. { 0.8,0.81,1 },13};
  2873. swBrightness = 0;
  2874. };
  2875. class Lighting58
  2876. {
  2877. height = -0.001;
  2878. overcast = 0.95;
  2879. sunAngle = 6;
  2880. sunOrMoon = 1;
  2881. diffuse[] = {
  2882. { 0.7,0.9,1 },1.83744};
  2883. diffuseCloud[] = {
  2884. { 0.63,0.81,0.9 },1.653696};
  2885. ambient[] = {
  2886. { 0.186912,0.28795,0.4361 },6.818625};
  2887. ambientCloud[] = {
  2888. { 0.168221,0.259155,0.39249 },6.136763};
  2889. ambientMid[] = {
  2890. { 0.14953,0.23036,0.34888 },6.136763};
  2891. ambientMidCloud[] = {
  2892. { 0.14953,0.23036,0.34888 },6.136763};
  2893. groundReflection[] = {
  2894. { 0.088222,0.214235,0.34888 },4.90941};
  2895. groundReflectionCloud[] = {
  2896. { 0.088222,0.214235,0.34888 },4.90941};
  2897. bidirect[] = {0,0,0};
  2898. bidirectCloud[] = {0,0,0};
  2899. sky[] = {
  2900. { 0.32,0.2,0.25 },7.958412};
  2901. skyAroundSun[] = {
  2902. { 0.424,0.206745,0.1188 },13.3342};
  2903. fogColor[] = {0.005,0.005,0.005};
  2904. apertureMin = 15;
  2905. apertureStandard = 20;
  2906. apertureMax = 40;
  2907. standardAvgLum = 120;
  2908. desiredLuminanceCoef = 0;
  2909. desiredLuminanceCoefCloud = 0;
  2910. luminanceRectCoef = 1;
  2911. luminanceRectCoefCloud = 1;
  2912. rayleigh[] = {0.00749,0.01388,0.02878};
  2913. mie[] = {0.0046,0.0046,0.0046};
  2914. cloudsColor[] = {
  2915. { 0.8,0.81,1 },13};
  2916. swBrightness = 0;
  2917. };
  2918. class Lighting59
  2919. {
  2920. height = -0.001;
  2921. overcast = 0.95;
  2922. sunAngle = 16;
  2923. sunOrMoon = 1;
  2924. diffuse[] = {
  2925. { 0.7,0.9,1 },3.10068};
  2926. diffuseCloud[] = {
  2927. { 0.63,0.81,0.9 },2.790612};
  2928. ambient[] = {
  2929. { 0.225144,0.364,0.4942 },6.818625};
  2930. ambientCloud[] = {
  2931. { 0.20263,0.3276,0.44478 },6.136763};
  2932. ambientMid[] = {
  2933. { 0.180115,0.2912,0.39536 },6.136763};
  2934. ambientMidCloud[] = {
  2935. { 0.180115,0.2912,0.39536 },6.136763};
  2936. groundReflection[] = {
  2937. { 0.106268,0.270816,0.39536 },4.90941};
  2938. groundReflectionCloud[] = {
  2939. { 0.106268,0.270816,0.39536 },4.90941};
  2940. bidirect[] = {0,0,0};
  2941. bidirectCloud[] = {0,0,0};
  2942. sky[] = {
  2943. { 0.32,0.2,0.25 },9.162701};
  2944. skyAroundSun[] = {
  2945. { 0.412,0.437976,0.42435 },13.9403};
  2946. fogColor[] = {0.005,0.005,0.005};
  2947. apertureMin = 15;
  2948. apertureStandard = 25;
  2949. apertureMax = 85;
  2950. standardAvgLum = 450;
  2951. desiredLuminanceCoef = 0;
  2952. desiredLuminanceCoefCloud = 0;
  2953. luminanceRectCoef = 1;
  2954. luminanceRectCoefCloud = 1;
  2955. rayleigh[] = {0.00749,0.01388,0.02878};
  2956. mie[] = {0.0046,0.0046,0.0046};
  2957. cloudsColor[] = {
  2958. { 0.8,0.81,1 },13};
  2959. swBrightness = 0;
  2960. };
  2961. class Lighting60
  2962. {
  2963. height = -0.001;
  2964. overcast = 0.95;
  2965. sunAngle = 45;
  2966. sunOrMoon = 1;
  2967. diffuse[] = {
  2968. { 0.7,0.9,1 },4.5936};
  2969. diffuseCloud[] = {
  2970. { 0.63,0.81,0.9 },4.13424};
  2971. ambient[] = {
  2972. { 0.284734,0.4158,0.46144 },8.7725};
  2973. ambientCloud[] = {
  2974. { 0.256261,0.37422,0.415296 },7.89525};
  2975. ambientMid[] = {
  2976. { 0.227787,0.33264,0.369152 },7.89525};
  2977. ambientMidCloud[] = {
  2978. { 0.227787,0.33264,0.369152 },7.89525};
  2979. groundReflection[] = {
  2980. { 0.134395,0.309355,0.369152 },6.3162};
  2981. groundReflectionCloud[] = {
  2982. { 0.134395,0.309355,0.369152 },6.3162};
  2983. bidirect[] = {0,0,0};
  2984. bidirectCloud[] = {0,0,0};
  2985. sky[] = {
  2986. { 0.32,0.2,0.25 },8.98304};
  2987. skyAroundSun[] = {
  2988. { 0.4,0.385,0.45 },15.1525};
  2989. fogColor[] = {0.005,0.005,0.005};
  2990. apertureMin = 22.5;
  2991. apertureStandard = 65;
  2992. apertureMax = 85;
  2993. standardAvgLum = 800;
  2994. desiredLuminanceCoef = 0;
  2995. desiredLuminanceCoefCloud = 0;
  2996. luminanceRectCoef = 1;
  2997. luminanceRectCoefCloud = 1;
  2998. rayleigh[] = {0.00749,0.01388,0.02878};
  2999. mie[] = {0.006,0.0046,0.004};
  3000. cloudsColor[] = {
  3001. { 0.8,0.81,1 },13.61492};
  3002. swBrightness = 1;
  3003. };
  3004. class Lighting61
  3005. {
  3006. height = -60;
  3007. overcast = 0.95;
  3008. sunAngle = -14;
  3009. sunOrMoon = 0;
  3010. diffuse[] = {0,0,0};
  3011. diffuseCloud[] = {0,0,0};
  3012. ambient[] = {0.003186,0.028141,0.177147};
  3013. ambientCloud[] = {0.003186,0.028141,0.177147};
  3014. ambientMid[] = {0.002549,0.022513,0.141718};
  3015. ambientMidCloud[] = {0.002549,0.022513,0.141718};
  3016. groundReflection[] = {0.001504,0.020937,0.141718};
  3017. groundReflectionCloud[] = {0.001504,0.020937,0.141718};
  3018. bidirect[] = {0,0,0};
  3019. bidirectCloud[] = {0,0,0};
  3020. sky[] = {
  3021. { 0.32,0.2,0.25 },0.000629};
  3022. skyAroundSun[] = {4e-006,0.000104,0.000366};
  3023. fogColor[] = {0.005,0.005,0.005};
  3024. apertureMin = 5.916064;
  3025. apertureStandard = 6.859;
  3026. apertureMax = 17.1475;
  3027. standardAvgLum = 1.08;
  3028. desiredLuminanceCoef = 0;
  3029. desiredLuminanceCoefCloud = 0;
  3030. luminanceRectCoef = 1;
  3031. luminanceRectCoefCloud = 1;
  3032. rayleigh[] = {0.00749,0.01388,0.02878};
  3033. mie[] = {0.0046,0.0046,0.0046};
  3034. cloudsColor[] = {
  3035. { 0.3,0.4,1 },13.61492};
  3036. swBrightness = 5;
  3037. };
  3038. class Lighting62
  3039. {
  3040. height = -60;
  3041. overcast = 0.95;
  3042. sunAngle = -10;
  3043. sunOrMoon = 0;
  3044. diffuse[] = {0.028875,0.18522,0.7275};
  3045. diffuseCloud[] = {0.028875,0.18522,0.7275};
  3046. ambient[] = {0.000944,0.003032,0.008748};
  3047. ambientCloud[] = {0.000944,0.003032,0.008748};
  3048. ambientMid[] = {0.000755,0.002426,0.006998};
  3049. ambientMidCloud[] = {0.000755,0.002426,0.006998};
  3050. groundReflection[] = {0.000446,0.002256,0.006998};
  3051. groundReflectionCloud[] = {0.000446,0.002256,0.006998};
  3052. bidirect[] = {0,0,0};
  3053. bidirectCloud[] = {0,0,0};
  3054. sky[] = {
  3055. { 0.32,0.2,0.25 },0.006288};
  3056. skyAroundSun[] = {0.004332,0.005212,0.009138};
  3057. fogColor[] = {0.005,0.005,0.005};
  3058. apertureMin = 7.39508;
  3059. apertureStandard = 7.22;
  3060. apertureMax = 18.05;
  3061. standardAvgLum = 1.8;
  3062. desiredLuminanceCoef = 0;
  3063. desiredLuminanceCoefCloud = 0;
  3064. luminanceRectCoef = 1;
  3065. luminanceRectCoefCloud = 1;
  3066. rayleigh[] = {0.00749,0.01388,0.02878};
  3067. mie[] = {0.0046,0.0046,0.0046};
  3068. cloudsColor[] = {
  3069. { 0.8,0.81,1 },13.61492};
  3070. swBrightness = 0;
  3071. };
  3072. class Lighting63
  3073. {
  3074. height = -60;
  3075. overcast = 0.95;
  3076. sunAngle = -9;
  3077. sunOrMoon = 0;
  3078. diffuse[] = {0,0,0};
  3079. diffuseCloud[] = {0,0,0};
  3080. ambient[] = {0.006844,0.010612,0.065124};
  3081. ambientCloud[] = {0.006844,0.010612,0.065124};
  3082. ambientMid[] = {0.005475,0.00849,0.052099};
  3083. ambientMidCloud[] = {0.005475,0.00849,0.052099};
  3084. groundReflection[] = {0.00323,0.007895,0.052099};
  3085. groundReflectionCloud[] = {0.00323,0.007895,0.052099};
  3086. bidirect[] = {0,0,0};
  3087. bidirectCloud[] = {0,0,0};
  3088. sky[] = {0.32,0.2,0.25};
  3089. skyAroundSun[] = {
  3090. { 0.00456,0.005486,0.009619 },0.392};
  3091. fogColor[] = {0.005,0.005,0.005};
  3092. apertureMin = 7.546;
  3093. apertureStandard = 7.6;
  3094. apertureMax = 19;
  3095. standardAvgLum = 3;
  3096. desiredLuminanceCoef = 0;
  3097. desiredLuminanceCoefCloud = 0;
  3098. luminanceRectCoef = 1;
  3099. luminanceRectCoefCloud = 1;
  3100. rayleigh[] = {0.00749,0.01388,0.02878};
  3101. mie[] = {0.0046,0.0046,0.0046};
  3102. cloudsColor[] = {
  3103. { 0.8,0.81,1 },13.61492};
  3104. swBrightness = 0;
  3105. };
  3106. class Lighting64
  3107. {
  3108. height = -60;
  3109. overcast = 0.95;
  3110. sunAngle = -8;
  3111. sunOrMoon = 0;
  3112. diffuse[] = {0,0,0};
  3113. diffuseCloud[] = {0,0,0};
  3114. ambient[] = {0.011092,0.0153,0.02745};
  3115. ambientCloud[] = {0.011092,0.0153,0.02745};
  3116. ambientMid[] = {0.008874,0.01224,0.02196};
  3117. ambientMidCloud[] = {0.008874,0.01224,0.02196};
  3118. groundReflection[] = {0.005235,0.011383,0.02196};
  3119. groundReflectionCloud[] = {0.005235,0.011383,0.02196};
  3120. bidirect[] = {0,0,0};
  3121. bidirectCloud[] = {0,0,0};
  3122. sky[] = {
  3123. { 0.32,0.2,0.25 },0.00786};
  3124. skyAroundSun[] = {
  3125. { 0.0048,0.005775,0.010125 },1.781934};
  3126. fogColor[] = {0.005,0.005,0.005};
  3127. apertureMin = 7.7;
  3128. apertureStandard = 8;
  3129. apertureMax = 20;
  3130. standardAvgLum = 5;
  3131. desiredLuminanceCoef = 0;
  3132. desiredLuminanceCoefCloud = 0;
  3133. luminanceRectCoef = 1;
  3134. luminanceRectCoefCloud = 1;
  3135. rayleigh[] = {0.00749,0.01388,0.02878};
  3136. mie[] = {0.0046,0.0046,0.0046};
  3137. cloudsColor[] = {
  3138. { 0.8,0.81,1 },12};
  3139. swBrightness = 0;
  3140. };
  3141. class Lighting65
  3142. {
  3143. height = -60;
  3144. overcast = 0.95;
  3145. sunAngle = -6;
  3146. sunOrMoon = 0;
  3147. diffuse[] = {0,0,0};
  3148. diffuseCloud[] = {0,0,0};
  3149. ambient[] = {
  3150. { 0.011092,0.02275,0.04 },0.294807};
  3151. ambientCloud[] = {
  3152. { 0.011092,0.02275,0.04 },0.294807};
  3153. ambientMid[] = {
  3154. { 0.008874,0.0182,0.032 },0.265326};
  3155. ambientMidCloud[] = {
  3156. { 0.008874,0.0182,0.032 },0.265326};
  3157. groundReflection[] = {
  3158. { 0.005235,0.016926,0.032 },0.159196};
  3159. groundReflectionCloud[] = {
  3160. { 0.005235,0.016926,0.032 },0.159196};
  3161. bidirect[] = {0,0,0};
  3162. bidirectCloud[] = {0,0,0};
  3163. sky[] = {
  3164. { 0.32,0.2,0.25 },0.530561};
  3165. skyAroundSun[] = {
  3166. { 0.048,0.05775,0.10125 },4.751824};
  3167. fogColor[] = {0.005,0.005,0.005};
  3168. apertureMin = 7.8;
  3169. apertureStandard = 9;
  3170. apertureMax = 20;
  3171. standardAvgLum = 10;
  3172. desiredLuminanceCoef = 0;
  3173. desiredLuminanceCoefCloud = 0;
  3174. luminanceRectCoef = 1;
  3175. luminanceRectCoefCloud = 1;
  3176. rayleigh[] = {0.00749,0.01388,0.02878};
  3177. mie[] = {0.0046,0.0046,0.0046};
  3178. cloudsColor[] = {
  3179. { 0.8,0.81,1 },11};
  3180. swBrightness = 0;
  3181. };
  3182. class Lighting66
  3183. {
  3184. height = -60;
  3185. overcast = 0.95;
  3186. sunAngle = -2;
  3187. sunOrMoon = 0.5;
  3188. diffuse[] = {0,0,0};
  3189. diffuseCloud[] = {0,0,0};
  3190. ambient[] = {
  3191. { 0.035,0.03875,0.043 },3.15075};
  3192. ambientCloud[] = {
  3193. { 0.035,0.03875,0.043 },3.15075};
  3194. ambientMid[] = {
  3195. { 0.028,0.031,0.0344 },2.835675};
  3196. ambientMidCloud[] = {
  3197. { 0.028,0.031,0.0344 },2.835675};
  3198. groundReflection[] = {
  3199. { 0.01652,0.02883,0.0344 },1.701405};
  3200. groundReflectionCloud[] = {
  3201. { 0.01652,0.02883,0.0344 },1.701405};
  3202. bidirect[] = {0,0,0};
  3203. bidirectCloud[] = {0,0,0};
  3204. sky[] = {
  3205. { 0.32,0.2,0.25 },2.025465};
  3206. skyAroundSun[] = {
  3207. { 0.12,0.10395,0.09 },8.90967};
  3208. fogColor[] = {0.005,0.005,0.005};
  3209. apertureMin = 8;
  3210. apertureStandard = 10;
  3211. apertureMax = 20;
  3212. standardAvgLum = 20;
  3213. desiredLuminanceCoef = 0;
  3214. desiredLuminanceCoefCloud = 0;
  3215. luminanceRectCoef = 1;
  3216. luminanceRectCoefCloud = 1;
  3217. rayleigh[] = {0.00749,0.01388,0.02878};
  3218. mie[] = {0.0046,0.0046,0.0046};
  3219. cloudsColor[] = {
  3220. { 0.8,0.81,1 },11};
  3221. swBrightness = 0;
  3222. };
  3223. class Lighting67
  3224. {
  3225. height = -60;
  3226. overcast = 0.95;
  3227. sunAngle = 0;
  3228. sunOrMoon = 1;
  3229. diffuse[] = {
  3230. { 0,0,0 },0.218196};
  3231. diffuseCloud[] = {
  3232. { 0,0,0 },0.218196};
  3233. ambient[] = {
  3234. { 0.048852,0.065,0.1075 },3.316579};
  3235. ambientCloud[] = {
  3236. { 0.048852,0.065,0.1075 },3.316579};
  3237. ambientMid[] = {
  3238. { 0.039082,0.052,0.086 },2.984921};
  3239. ambientMidCloud[] = {
  3240. { 0.039082,0.052,0.086 },2.984921};
  3241. groundReflection[] = {
  3242. { 0.023058,0.04836,0.086 },1.790953};
  3243. groundReflectionCloud[] = {
  3244. { 0.023058,0.04836,0.086 },1.790953};
  3245. bidirect[] = {0,0,0};
  3246. bidirectCloud[] = {0,0,0};
  3247. sky[] = {
  3248. { 0.32,0.2,0.25 },2.873871};
  3249. skyAroundSun[] = {
  3250. { 0.3,0.09625,0.02997 },9.652143};
  3251. fogColor[] = {0.005,0.005,0.005};
  3252. apertureMin = 9;
  3253. apertureStandard = 12;
  3254. apertureMax = 20;
  3255. standardAvgLum = 60;
  3256. desiredLuminanceCoef = 0;
  3257. desiredLuminanceCoefCloud = 0;
  3258. luminanceRectCoef = 1;
  3259. luminanceRectCoefCloud = 1;
  3260. rayleigh[] = {0.00749,0.01388,0.02878};
  3261. mie[] = {0.0046,0.0046,0.0046};
  3262. cloudsColor[] = {
  3263. { 0.8,0.81,1 },12};
  3264. swBrightness = 1;
  3265. };
  3266. class Lighting68
  3267. {
  3268. height = -60;
  3269. overcast = 0.95;
  3270. sunAngle = 2;
  3271. sunOrMoon = 1;
  3272. diffuse[] = {
  3273. { 0.35,0.9,1 },0.473715};
  3274. diffuseCloud[] = {
  3275. { 0.35,0.9,1 },0.473715};
  3276. ambient[] = {
  3277. { 0.070092,0.1041,0.1827 },3.900254};
  3278. ambientCloud[] = {
  3279. { 0.070092,0.1041,0.1827 },3.900254};
  3280. ambientMid[] = {
  3281. { 0.056074,0.08328,0.14616 },3.510228};
  3282. ambientMidCloud[] = {
  3283. { 0.056074,0.08328,0.14616 },3.510228};
  3284. groundReflection[] = {
  3285. { 0.033083,0.07745,0.14616 },2.106137};
  3286. groundReflectionCloud[] = {
  3287. { 0.033083,0.07745,0.14616 },2.106137};
  3288. bidirect[] = {0,0,0};
  3289. bidirectCloud[] = {0,0,0};
  3290. sky[] = {
  3291. { 0.32,0.2,0.25 },4.368284};
  3292. skyAroundSun[] = {
  3293. { 0.4392,0.128744,0.03609 },11.87956};
  3294. fogColor[] = {0.005,0.005,0.005};
  3295. apertureMin = 10;
  3296. apertureStandard = 15;
  3297. apertureMax = 20;
  3298. standardAvgLum = 70;
  3299. desiredLuminanceCoef = 0;
  3300. desiredLuminanceCoefCloud = 0;
  3301. luminanceRectCoef = 1;
  3302. luminanceRectCoefCloud = 1;
  3303. rayleigh[] = {0.00749,0.01388,0.02878};
  3304. mie[] = {0.0046,0.0046,0.0046};
  3305. cloudsColor[] = {
  3306. { 0.8,0.81,1 },13};
  3307. swBrightness = 0;
  3308. };
  3309. class Lighting69
  3310. {
  3311. height = -60;
  3312. overcast = 0.95;
  3313. sunAngle = 6;
  3314. sunOrMoon = 1;
  3315. diffuse[] = {
  3316. { 0.35,0.9,1 },0.91872};
  3317. diffuseCloud[] = {
  3318. { 0.35,0.9,1 },0.91872};
  3319. ambient[] = {
  3320. { 0.093456,0.143975,0.21805 },5.4549};
  3321. ambientCloud[] = {
  3322. { 0.093456,0.143975,0.21805 },5.4549};
  3323. ambientMid[] = {
  3324. { 0.074765,0.11518,0.17444 },4.90941};
  3325. ambientMidCloud[] = {
  3326. { 0.074765,0.11518,0.17444 },4.90941};
  3327. groundReflection[] = {
  3328. { 0.044111,0.107117,0.17444 },2.945646};
  3329. groundReflectionCloud[] = {
  3330. { 0.044111,0.107117,0.17444 },2.945646};
  3331. bidirect[] = {0,0,0};
  3332. bidirectCloud[] = {0,0,0};
  3333. sky[] = {
  3334. { 0.32,0.2,0.25 },5.570889};
  3335. skyAroundSun[] = {
  3336. { 0.424,0.206745,0.1188 },13.06752};
  3337. fogColor[] = {0.005,0.005,0.005};
  3338. apertureMin = 15;
  3339. apertureStandard = 20;
  3340. apertureMax = 40;
  3341. standardAvgLum = 120;
  3342. desiredLuminanceCoef = 0;
  3343. desiredLuminanceCoefCloud = 0;
  3344. luminanceRectCoef = 1;
  3345. luminanceRectCoefCloud = 1;
  3346. rayleigh[] = {0.00749,0.01388,0.02878};
  3347. mie[] = {0.0046,0.0046,0.0046};
  3348. cloudsColor[] = {
  3349. { 0.8,0.81,1 },13};
  3350. swBrightness = 0;
  3351. };
  3352. class Lighting70
  3353. {
  3354. height = -60;
  3355. overcast = 0.95;
  3356. sunAngle = 16;
  3357. sunOrMoon = 1;
  3358. diffuse[] = {
  3359. { 0.35,0.9,1 },1.55034};
  3360. diffuseCloud[] = {
  3361. { 0.35,0.9,1 },1.55034};
  3362. ambient[] = {
  3363. { 0.112572,0.182,0.2471 },5.4549};
  3364. ambientCloud[] = {
  3365. { 0.112572,0.182,0.2471 },5.4549};
  3366. ambientMid[] = {
  3367. { 0.090058,0.1456,0.19768 },4.90941};
  3368. ambientMidCloud[] = {
  3369. { 0.090058,0.1456,0.19768 },4.90941};
  3370. groundReflection[] = {
  3371. { 0.053134,0.135408,0.19768 },2.945646};
  3372. groundReflectionCloud[] = {
  3373. { 0.053134,0.135408,0.19768 },2.945646};
  3374. bidirect[] = {0,0,0};
  3375. bidirectCloud[] = {0,0,0};
  3376. sky[] = {
  3377. { 0.32,0.2,0.25 },6.41389};
  3378. skyAroundSun[] = {
  3379. { 0.412,0.437976,0.42435 },13.66149};
  3380. fogColor[] = {0.005,0.005,0.005};
  3381. apertureMin = 15;
  3382. apertureStandard = 25;
  3383. apertureMax = 85;
  3384. standardAvgLum = 450;
  3385. desiredLuminanceCoef = 0;
  3386. desiredLuminanceCoefCloud = 0;
  3387. luminanceRectCoef = 1;
  3388. luminanceRectCoefCloud = 1;
  3389. rayleigh[] = {0.00749,0.01388,0.02878};
  3390. mie[] = {0.0046,0.0046,0.0046};
  3391. cloudsColor[] = {
  3392. { 0.8,0.81,1 },13};
  3393. swBrightness = 0;
  3394. };
  3395. class Lighting71
  3396. {
  3397. height = -60;
  3398. overcast = 0.95;
  3399. sunAngle = 45;
  3400. sunOrMoon = 1;
  3401. diffuse[] = {
  3402. { 0.35,0.9,1 },2.2968};
  3403. diffuseCloud[] = {
  3404. { 0.35,0.9,1 },2.2968};
  3405. ambient[] = {
  3406. { 0.142367,0.2079,0.23072 },7.018};
  3407. ambientCloud[] = {
  3408. { 0.142367,0.2079,0.23072 },7.018};
  3409. ambientMid[] = {
  3410. { 0.113894,0.16632,0.184576 },6.3162};
  3411. ambientMidCloud[] = {
  3412. { 0.113894,0.16632,0.184576 },6.3162};
  3413. groundReflection[] = {
  3414. { 0.067197,0.154678,0.184576 },3.78972};
  3415. groundReflectionCloud[] = {
  3416. { 0.067197,0.154678,0.184576 },3.78972};
  3417. bidirect[] = {0,0,0};
  3418. bidirectCloud[] = {0,0,0};
  3419. sky[] = {
  3420. { 0.32,0.2,0.25 },6.288128};
  3421. skyAroundSun[] = {
  3422. { 0.4,0.385,0.45 },14.84945};
  3423. fogColor[] = {0.005,0.005,0.005};
  3424. apertureMin = 22.5;
  3425. apertureStandard = 65;
  3426. apertureMax = 85;
  3427. standardAvgLum = 800;
  3428. desiredLuminanceCoef = 0;
  3429. desiredLuminanceCoefCloud = 0;
  3430. luminanceRectCoef = 1;
  3431. luminanceRectCoefCloud = 1;
  3432. rayleigh[] = {0.00749,0.01388,0.02878};
  3433. mie[] = {0.006,0.0046,0.004};
  3434. cloudsColor[] = {
  3435. { 0.8,0.81,1 },13.61492};
  3436. swBrightness = 1;
  3437. };
  3438. };
  3439. class Lighting: Lighting
  3440. {
  3441. class BrightAlmost: DayLightingBrightAlmost
  3442. {
  3443. overcast = 0.0;
  3444. };
  3445. class Rainy: DayLightingRainy
  3446. {
  3447. overcast = 1.0;
  3448. };
  3449. };
  3450. class Overcast: Overcast
  3451. {
  3452. class Weather1: Weather1
  3453. {
  3454. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  3455. skyR = "A3\Map_Stratis\Data\sky_veryclear_lco.paa";
  3456. horizon = "A3\Map_Stratis\Data\sky_veryclear_horizont_sky.paa";
  3457. };
  3458. class Weather7: Weather1
  3459. {
  3460. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  3461. skyR = "A3\Map_Stratis\Data\sky_clear_lco.paa";
  3462. horizon = "A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  3463. };
  3464. class Weather2: Weather2
  3465. {
  3466. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  3467. skyR = "A3\Map_Stratis\Data\sky_almostclear_lco.paa";
  3468. horizon = "A3\Map_Stratis\Data\sky_almostclear_horizont_sky.paa";
  3469. };
  3470. class Weather3: Weather3
  3471. {
  3472. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  3473. skyR = "A3\Map_Stratis\Data\sky_semicloudy_lco.paa";
  3474. horizon = "A3\Map_Stratis\Data\sky_semicloudy_horizont_sky.paa";
  3475. };
  3476. class Weather4: Weather4
  3477. {
  3478. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  3479. skyR = "A3\Map_Stratis\Data\sky_cloudy_lco.paa";
  3480. horizon = "A3\Map_Stratis\Data\sky_cloudy_horizont_sky.paa";
  3481. };
  3482. class Weather5: Weather5
  3483. {
  3484. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  3485. skyR = "A3\Map_Stratis\Data\sky_mostlycloudy_lco.paa";
  3486. horizon = "A3\Map_Stratis\Data\sky_mostlycloudy_horizont_sky.paa";
  3487. };
  3488. class Weather6: Weather6
  3489. {
  3490. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  3491. skyR = "A3\Map_Stratis\Data\sky_overcast_lco.paa";
  3492. horizon = "A3\Map_Stratis\Data\sky_overcast_horizont_sky.paa";
  3493. };
  3494. };
  3495. };
  3496. humidityUpCoef = 0.1;
  3497. humidityDownCoef = 0.05;
  3498. class SimulWeather
  3499. {
  3500. noiseTexture = "a3\data_f\noise_raw.paa";
  3501. numKeyframesPerDay = 48;
  3502. windSpeedCoef = "10.0f";
  3503. moonIrradianceCoef = "10.0f";
  3504. fadeMaxDistanceKm = 1000.0;
  3505. fadeMaxAltitudeKm = 15.0;
  3506. fadeNumAltitudes = 8;
  3507. fadeNumElevations = 8;
  3508. fadeNumDistances = 8;
  3509. fadeEarthTest = 1;
  3510. autoBrightness = 1;
  3511. autoBrightnessStrength = 0.1;
  3512. cloudGridWidth = 64;
  3513. cloudGridLength = 64;
  3514. cloudGridHeight = 16;
  3515. helperGridElevationSteps = 24;
  3516. helperGridAzimuthSteps = 15;
  3517. helperEffectiveEarthRadius = 160000;
  3518. helperCurvedEarth = 1;
  3519. helperAdjustCurvature = 0;
  3520. helperNumLayers = 120;
  3521. helperMaxDistance = 160000;
  3522. helperNearCloudFade = 0.1;
  3523. helperChurn = 10;
  3524. cloudWidth = 40000;
  3525. cloudLength = 40000;
  3526. wrapClouds = 1;
  3527. noiseResolution = 8;
  3528. noisePeriod = 4.0;
  3529. opticalDensity = 1.5;
  3530. alphaSharpness = 0.5;
  3531. selfShadowScale = 0.05;
  3532. mieAsymmetry = 0.87;
  3533. minimumLightElevationDegrees = 1.0;
  3534. directLightCoef = 0.25;
  3535. indirectLightCoef = 0.025;
  3536. fogStart = 0;
  3537. fogEnd = 2000;
  3538. fogHeight = 2000;
  3539. class DefaultKeyframe
  3540. {
  3541. rayleigh[] = {0.00749,0.01388,0.02878};
  3542. mie[] = {0.0046,0.0046,0.0046};
  3543. haze = 30;
  3544. hazeBaseKm = 5.0;
  3545. hazeScaleKm = 1.0;
  3546. hazeEccentricity = 1;
  3547. brightnessAdjustment = 0.7;
  3548. cloudiness = 0.6;
  3549. cloudBaseKm = 0.85;
  3550. cloudHeightKm = 8.0;
  3551. directLight = 0.4;
  3552. indirectLight = 0.8;
  3553. ambientLight = 1.0;
  3554. noiseOctaves = 5;
  3555. noisePersistence = 1.0;
  3556. fractalAmplitude = 2.8;
  3557. fractalWavelength = 190.0;
  3558. extinction = 6.0;
  3559. diffusivity = 0.001;
  3560. };
  3561. class Overcast
  3562. {
  3563. class Weather1: DefaultKeyframe
  3564. {
  3565. overcast = 0.0;
  3566. cloudiness = 0.0;
  3567. seqFileKeyframe = 0;
  3568. };
  3569. class Weather2: DefaultKeyframe
  3570. {
  3571. overcast = 0.2;
  3572. cloudiness = 0.3;
  3573. diffusivity = 0.5;
  3574. seqFileKeyframe = 0;
  3575. };
  3576. class Weather3: DefaultKeyframe
  3577. {
  3578. overcast = 0.4;
  3579. cloudiness = 0.3;
  3580. seqFileKeyframe = 3;
  3581. };
  3582. class Weather4: DefaultKeyframe
  3583. {
  3584. overcast = 0.5;
  3585. cloudiness = 0.4;
  3586. seqFileKeyframe = 4;
  3587. };
  3588. class Weather5: DefaultKeyframe
  3589. {
  3590. overcast = 0.8;
  3591. cloudiness = 0.9;
  3592. seqFileKeyframe = 5;
  3593. };
  3594. class Weather6: DefaultKeyframe
  3595. {
  3596. overcast = 1.0;
  3597. cloudiness = 1.0;
  3598. seqFileKeyframe = 7;
  3599. };
  3600. };
  3601. };
  3602. clutterGrid = 1.43;
  3603. clutterDist = 115;
  3604. noDetailDist = 65;
  3605. fullDetailDist = 15;
  3606. midDetailTexture = "Tunoe\Data\middle_mco.paa";
  3607. minTreesInForestSquare = 4;
  3608. minRocksInRockSquare = 4;
  3609. hazeDistCoef = 0.1;
  3610. hazeFogCoef = 0.98;
  3611. horizonParallaxCoef = 0.045;
  3612. horizonFogColorationStart = "0.8f";
  3613. skyFogColorationStart = "0.7f";
  3614. soundMapSizeCoef = 4;
  3615. satelliteNormalBlendStart = 10;
  3616. satelliteNormalBlendEnd = 100;
  3617. skyObject = "A3\Map_Stratis\data\obloha.p3d";
  3618. horizontObject = "A3\Map_Stratis\data\horizont.p3d";
  3619. skyTexture = "A3\Map_Stratis\data\sky_semicloudy_sky.paa";
  3620. skyTextureR = "A3\Map_Stratis\data\sky_semicloudy_lco.paa";
  3621. pictureMap = "Tunoe\data\pictureMap_ca.paa";
  3622. pictureShot = "Tunoe\data\pictureMap_ca.paa";
  3623.  
  3624. class clutter{
  3625.  
  3626. //Fine Grass Clutter
  3627. class tu_FineGrass: DefaultClutter
  3628. {
  3629. //model = "mikebart\mb_veg\mb_clutter\mb_c_grassShort01.p3d";
  3630. model = "summplants\clutter\c_GrassAutumn.p3d";
  3631. affectedByWind = 0.3;
  3632. swLighting = "true";
  3633. scaleMin = 0.6;
  3634. scaleMax = 1.4;
  3635. };
  3636.  
  3637. class tu_Flower1: DefaultClutter
  3638. {
  3639. model = "a3\plants_f\Clutter\c_Flower_Low_Yellow1.p3d";
  3640. affectedByWind = 0.05;
  3641. swLighting = "true";
  3642. scaleMin = 0.7;
  3643. scaleMax = 0.9;
  3644. };
  3645.  
  3646. class tu_Flower2: DefaultClutter
  3647. {
  3648. model = "a3\plants_f\Clutter\c_Flower_Medium_White1.p3d";
  3649. affectedByWind = 0.05;
  3650. swLighting = "true";
  3651. scaleMin = 0.7;
  3652. scaleMax = 1.2;
  3653. };
  3654.  
  3655.  
  3656. //Grass Clutters
  3657. class tu_GrassGreen: DefaultClutter
  3658. {
  3659. //model = "a3\plants_f\Clutter\c_Grass_Green.p3d";
  3660. model = "ca\plants2\clutter\c_GrassCrooked.p3d";
  3661. affectedByWind = 0.35;
  3662. swLighting = "true";
  3663. scaleMin = 0.7;
  3664. scaleMax = 1.7;
  3665. };
  3666.  
  3667. class tu_A2GrassLong: DefaultClutter
  3668. {
  3669. //model = "summplants\clutter\c_GrassDryLong.p3d";
  3670. model = "ca\plants2\clutter\c_GrassCrookedGreen.p3d";
  3671. affectedByWind = 0.3;
  3672. swLighting = "true";
  3673. scaleMin = 0.7;
  3674. scaleMax = 1.7;
  3675. };
  3676.  
  3677. class tu_A2AutumnFlowers: DefaultClutter
  3678. {
  3679. model = "summplants\clutter\c_autumn_flowers.p3d";
  3680. affectedByWind = 0.3;
  3681. swLighting = "true";
  3682. scaleMin = 0.5;
  3683. scaleMax = 1.0;
  3684. };
  3685.  
  3686. class tu_A2Braendenaelder: DefaultClutter
  3687. {
  3688. model = "summplants\plant\p_urtica.p3d";
  3689. affectedByWind = 0.6;
  3690. swLighting = "true";
  3691. scaleMin = 0.5;
  3692. scaleMax = 1.0;
  3693. };
  3694.  
  3695. class tu_A2Bjoerneklo: DefaultClutter
  3696. {
  3697. model = "summplants\plant\p_heracleum.p3d";
  3698. affectedByWind = 0.6;
  3699. swLighting = "true";
  3700. scaleMin = 0.2;
  3701. scaleMax = 0.5;
  3702. };
  3703.  
  3704. class tu_A2Tidsel: DefaultClutter
  3705. {
  3706. model = "summplants\plant\p_carduus.p3d";
  3707. affectedByWind = 0.6;
  3708. swLighting = "true";
  3709. scaleMin = 0.5;
  3710. scaleMax = 1.0;
  3711. };
  3712.  
  3713. class tu_ThornGreenSmall: DefaultClutter
  3714. {
  3715. model = "a3\plants_f\Clutter\c_Grass_BrushHigh_Green.p3d";
  3716. affectedByWind = 0.05;
  3717. swLighting = "true";
  3718. scaleMin = 0.5;
  3719. scaleMax = 1.1;
  3720. };
  3721.  
  3722. class tu_PlantGreenShrub: DefaultClutter
  3723. {
  3724. model = "a3\plants_f\Clutter\c_StrPlantGreenShrub.p3d";
  3725. affectedByWind = 0.5;
  3726. swLighting = "true";
  3727. scaleMin = 0.6;
  3728. scaleMax = 1.3;
  3729. };
  3730.  
  3731. //Forest Clutters
  3732. class tu_A2Traestub: DefaultClutter
  3733. {
  3734. model = "ca\plants2\tree\t_stub_picea.p3d";
  3735. affectedByWind = 0;
  3736. swLighting = "true";
  3737. scaleMin = 0.7;
  3738. scaleMax = 1.0;
  3739. };
  3740.  
  3741. class tu_A2Blaabaer: DefaultClutter
  3742. {
  3743. model = "summplants\clutter\c_blueBerry.p3d";
  3744. affectedByWind = 0.3;
  3745. swLighting = "true";
  3746. scaleMin = 0.5;
  3747. scaleMax = 1.0;
  3748. };
  3749.  
  3750. class tu_A2Lyng: DefaultClutter
  3751. {
  3752. model = "summplants\clutter\c_caluna.p3d";
  3753. affectedByWind = 0.3;
  3754. swLighting = "true";
  3755. scaleMin = 0.5;
  3756. scaleMax = 1.0;
  3757. };
  3758.  
  3759. class tu_A2Bregne: DefaultClutter
  3760. {
  3761. model = "summplants\clutter\c_fern.p3d";
  3762. affectedByWind = 0.5;
  3763. swLighting = "true";
  3764. scaleMin = 0.5;
  3765. scaleMax = 1.0;
  3766. };
  3767.  
  3768. class tu_A2BregneTall: DefaultClutter
  3769. {
  3770. model = "summplants\clutter\c_fernTall.p3d";
  3771. affectedByWind = 0.6;
  3772. swLighting = "true";
  3773. scaleMin = 0.5;
  3774. scaleMax = 1.0;
  3775. };
  3776.  
  3777. class tu_A2LilleGranTraae: DefaultClutter
  3778. {
  3779. model = "summplants\clutter\c_picea.p3d";
  3780. affectedByWind = 0.4;
  3781. swLighting = "true";
  3782. scaleMin = 0.5;
  3783. scaleMax = 1.0;
  3784. };
  3785.  
  3786.  
  3787. //Soil Clutters
  3788. class tu_GrassTall: DefaultClutter
  3789. {
  3790. model = "a3\plants_f\Clutter\c_GrassTall.p3d";
  3791. affectedByWind = 0.05;
  3792. swLighting = "true";
  3793. scaleMin = 0.4;
  3794. scaleMax = 1.1;
  3795. };
  3796.  
  3797. class tu_GrassTallDead: DefaultClutter
  3798. {
  3799. model = "a3\plants_f\Clutter\c_Grass_Tall_Dead.p3d";
  3800. affectedByWind = 0.05;
  3801. swLighting = "true";
  3802. scaleMin = 0.3;
  3803. scaleMax = 1.1;
  3804. };
  3805.  
  3806. class tu_GrassDead: DefaultClutter
  3807. {
  3808. model = "a3\plants_f\Clutter\c_GrassDead_Tuft_Stony.p3d";
  3809. affectedByWind = 0.05;
  3810. swLighting = "true";
  3811. scaleMin = 0.3;
  3812. scaleMax = 1.3;
  3813. };
  3814.  
  3815.  
  3816. //Beach Clutters
  3817. class tu_StarFish: DefaultClutter
  3818. {
  3819. model = "a3\plants_f\Clutter\c_StarFish1.p3d";
  3820. affectedByWind = 0;
  3821. swLighting = "true";
  3822. scaleMin = 0.6;
  3823. scaleMax = 1.0;
  3824. };
  3825.  
  3826. class tu_SharpStone: DefaultClutter
  3827. {
  3828. model = "a3\plants_f\Clutter\c_sharpstones_erosion.p3d";
  3829. affectedByWind = 0;
  3830. swLighting = "true";
  3831. scaleMin = 0.1;
  3832. scaleMax = 0.7;
  3833. };
  3834.  
  3835. };
  3836. class Subdivision
  3837. {
  3838. class Fractal
  3839. {
  3840. rougness = 5;
  3841. maxRoad = 0.02;
  3842. maxTrack = 0.5;
  3843. maxSlopeFactor = 0.05;
  3844. };
  3845. class WhiteNoise
  3846. {
  3847. rougness = 2;
  3848. maxRoad = 0.01;
  3849. maxTrack = 0.05;
  3850. maxSlopeFactor = 0.0025;
  3851. };
  3852. minY = -0.0;
  3853. minSlope = 0.02;
  3854. };
  3855. class Ambient{};
  3856. class AmbientA3
  3857. {
  3858. maxCost = 500;
  3859. class Radius100_500
  3860. {
  3861. areaSpawnRadius = 300.0;
  3862. areaMaxRadius = 500.0;
  3863. spawnCircleRadius = 200.0;
  3864. spawnInterval = 3.7;
  3865. class Species
  3866. {
  3867. class Kestrel_random_F
  3868. {
  3869. maxCircleCount = "((1 - night) * 2 * (1 - (WaterDepth interpolate [1,30,0,1])) + (2 * (hills))) * (1 - night)";
  3870. maxWorldCount = 8;
  3871. cost = 2;
  3872. spawnCount = 1;
  3873. groupSpawnRadius = 10;
  3874. maxAlt = 200;
  3875. minAlt = -10;
  3876. };
  3877. class Seagull
  3878. {
  3879. maxCircleCount = "((sea * (1 - night)) + (2 * houses * sea)) * (1 - night)";
  3880. maxWorldCount = 40;
  3881. cost = 2;
  3882. spawnCount = 2;
  3883. groupSpawnRadius = 10;
  3884. maxAlt = 230;
  3885. minAlt = -10;
  3886. };
  3887. class Rabbit_F
  3888. {
  3889. maxCircleCount = "(20 * (0.1 - houses)) * (1 - sea)";
  3890. maxWorldCount = 30;
  3891. cost = 2;
  3892. spawnCount = 2;
  3893. groupSpawnRadius = 10;
  3894. maxAlt = 80;
  3895. minAlt = -5;
  3896. };
  3897. };
  3898. };
  3899. class Radius40_60
  3900. {
  3901. areaSpawnRadius = 50.0;
  3902. areaMaxRadius = 83.0;
  3903. spawnCircleRadius = 10.0;
  3904. spawnInterval = 1.5;
  3905. class Species
  3906. {
  3907. class CatShark_F
  3908. {
  3909. maxCircleCount = "(4 * (WaterDepth interpolate [1,30,0,1]))";
  3910. maxWorldCount = 10;
  3911. cost = 6;
  3912. spawnCount = 1;
  3913. groupSpawnRadius = 10;
  3914. maxAlt = 10;
  3915. minAlt = -80;
  3916. };
  3917. class Salema_F
  3918. {
  3919. maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  3920. maxWorldCount = 40;
  3921. cost = 5;
  3922. spawnCount = 2;
  3923. groupSpawnRadius = 5;
  3924. maxAlt = 10;
  3925. minAlt = -80;
  3926. };
  3927. class Ornate_random_F
  3928. {
  3929. maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.05))";
  3930. maxWorldCount = 30;
  3931. cost = 5;
  3932. spawnCount = 3;
  3933. groupSpawnRadius = 5;
  3934. maxAlt = 10;
  3935. minAlt = -80;
  3936. };
  3937. class Mackerel_F
  3938. {
  3939. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  3940. maxWorldCount = 14;
  3941. cost = 5;
  3942. spawnCount = 2;
  3943. groupSpawnRadius = 5;
  3944. maxAlt = 10;
  3945. minAlt = -80;
  3946. };
  3947. class Mullet_F
  3948. {
  3949. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  3950. maxWorldCount = 14;
  3951. cost = 5;
  3952. spawnCount = 2;
  3953. groupSpawnRadius = 5;
  3954. maxAlt = 10;
  3955. minAlt = -80;
  3956. };
  3957. class Tuna_F
  3958. {
  3959. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) - 0.2))";
  3960. maxWorldCount = 10;
  3961. cost = 5;
  3962. spawnCount = 2;
  3963. groupSpawnRadius = 5;
  3964. maxAlt = 10;
  3965. minAlt = -80;
  3966. };
  3967. };
  3968. };
  3969. class Radius30_40
  3970. {
  3971. areaSpawnRadius = 30.0;
  3972. areaMaxRadius = 40.0;
  3973. spawnCircleRadius = 3.0;
  3974. spawnInterval = 3.75;
  3975. class Species
  3976. {
  3977. class DragonFly
  3978. {
  3979. maxCircleCount = "4 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * sea * (1 - windy)";
  3980. maxWorldCount = 7;
  3981. cost = 1;
  3982. spawnCount = 1;
  3983. groupSpawnRadius = 1;
  3984. maxAlt = 30;
  3985. minAlt = -5;
  3986. };
  3987. class ButterFly_random
  3988. {
  3989. maxCircleCount = "3 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  3990. maxWorldCount = 9;
  3991. cost = 1;
  3992. spawnCount = 3;
  3993. groupSpawnRadius = 1;
  3994. maxAlt = 30;
  3995. minAlt = -5;
  3996. };
  3997. class FireFly
  3998. {
  3999. maxCircleCount = "(6 * night) * (1 - sea) * (1 - houses) * (1 - windy)";
  4000. maxWorldCount = 20;
  4001. cost = 1;
  4002. spawnCount = 3;
  4003. groupSpawnRadius = 3;
  4004. maxAlt = 30;
  4005. minAlt = -5;
  4006. };
  4007. };
  4008. };
  4009. class Radius15_20
  4010. {
  4011. areaSpawnRadius = 15.0;
  4012. areaMaxRadius = 20.0;
  4013. spawnCircleRadius = 2.0;
  4014. spawnInterval = 2.85;
  4015. class Species
  4016. {
  4017. class FxWindGrass1
  4018. {
  4019. maxCircleCount = "2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
  4020. maxWorldCount = 3;
  4021. cost = 1;
  4022. spawnCount = 3;
  4023. groupSpawnRadius = 2.5;
  4024. maxAlt = 30;
  4025. minAlt = -5;
  4026. };
  4027. class FxWindGrass2
  4028. {
  4029. maxCircleCount = "2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
  4030. maxWorldCount = 3;
  4031. cost = 1;
  4032. spawnCount = 3;
  4033. groupSpawnRadius = 2.5;
  4034. maxAlt = 30;
  4035. minAlt = -5;
  4036. };
  4037. class FxWindLeaf1
  4038. {
  4039. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  4040. maxWorldCount = 3;
  4041. cost = 1;
  4042. spawnCount = 3;
  4043. groupSpawnRadius = 2.5;
  4044. maxAlt = 30;
  4045. minAlt = -5;
  4046. };
  4047. class FxWindLeaf2
  4048. {
  4049. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  4050. maxWorldCount = 3;
  4051. cost = 1;
  4052. spawnCount = 3;
  4053. groupSpawnRadius = 2.5;
  4054. maxAlt = 30;
  4055. minAlt = -5;
  4056. };
  4057. class FxWindLeaf3
  4058. {
  4059. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  4060. maxWorldCount = 3;
  4061. cost = 1;
  4062. spawnCount = 3;
  4063. groupSpawnRadius = 2.5;
  4064. maxAlt = 30;
  4065. minAlt = -5;
  4066. };
  4067. class FxWindPollen1
  4068. {
  4069. maxCircleCount = "(3 * (1 - (WaterDepth interpolate [1,30,0,1]))) * (windy interpolate [0.05,0.15,0,1])";
  4070. maxWorldCount = 6;
  4071. cost = 1;
  4072. spawnCount = 1;
  4073. groupSpawnRadius = 1;
  4074. maxAlt = 30;
  4075. minAlt = -5;
  4076. };
  4077. class FxWindPaper1
  4078. {
  4079. maxCircleCount = "(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
  4080. maxWorldCount = 2;
  4081. cost = 1;
  4082. spawnCount = 1;
  4083. groupSpawnRadius = 1;
  4084. maxAlt = 30;
  4085. minAlt = -5;
  4086. };
  4087. class FxWindPlastic1
  4088. {
  4089. maxCircleCount = "(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
  4090. maxWorldCount = 2;
  4091. cost = 1;
  4092. spawnCount = 1;
  4093. groupSpawnRadius = 1;
  4094. maxAlt = 30;
  4095. minAlt = -5;
  4096. };
  4097. };
  4098. };
  4099. class Radius6_10
  4100. {
  4101. areaSpawnRadius = 6.0;
  4102. areaMaxRadius = 10.0;
  4103. spawnCircleRadius = 1.0;
  4104. spawnInterval = 0.1;
  4105. class Species
  4106. {
  4107. class HoneyBee
  4108. {
  4109. maxCircleCount = "4 * (1 - night) * (1 - sea) * (1 - houses) * (1 - windy)";
  4110. maxWorldCount = 11;
  4111. cost = 1;
  4112. spawnCount = 1;
  4113. groupSpawnRadius = 1;
  4114. maxAlt = 30;
  4115. minAlt = -5;
  4116. };
  4117. class HouseFly
  4118. {
  4119. maxCircleCount = "(3 + 3 * (houses)) * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  4120. maxWorldCount = 20;
  4121. cost = 1;
  4122. spawnCount = 3;
  4123. groupSpawnRadius = 1;
  4124. maxAlt = 30;
  4125. minAlt = -5;
  4126. };
  4127. class Mosquito
  4128. {
  4129. maxCircleCount = "3 * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  4130. maxWorldCount = 6;
  4131. cost = 1;
  4132. spawnCount = 1;
  4133. groupSpawnRadius = 1;
  4134. maxAlt = 30;
  4135. minAlt = -5;
  4136. };
  4137. };
  4138. };
  4139. };
  4140.  
  4141.  
  4142. class Names{
  4143. #include "Tunoe.hpp"
  4144. };
  4145. class Armory{};
  4146. safePositionAnchor[] = {3448.11,3627.18};
  4147. safePositionRadius = 2000;
  4148. loadingTexts[] = {"Tunø is 3.52 square kilometres in size","Tunø has about 120 inhabitants but 170 boat spots at the harbour","Tunø is placed just east of the Danish peninsula Jutland","If you like this island: Please consider donating to sandfeld@gmail.com via PayPal","Made by Egil Sandfeld","The highest cliff near the sea is 11 meters tall just North of Alminderne","The grass airfield is really that bumpy!"};
  4149. };
  4150. };
  4151. class CfgWorldList
  4152. {
  4153. class Tunoe{};
  4154. };
  4155. class CfgMissions{};
  4156.  
  4157. class CfgMaterials{
  4158. class Water{};
  4159. class tu_water: Water
  4160. {
  4161. ambient[] = {0.006,0.062,0.031,0.4};
  4162. diffuse[] = {0.006,0.062,0.031,1.0};
  4163. forcedDiffuse[] = {0,0,0,0};
  4164. specular[] = {1,1,1,0};
  4165. specularPower = 3;
  4166. emmisive[] = {0,0,0,0};
  4167. };
  4168. };
  4169.  
  4170. class CfgSurfaces
  4171. {
  4172. class Default {};
  4173. class Water{};
  4174. class TUsandSurface : Default
  4175. {
  4176. access = 2;
  4177. files = "tu_sand_*";
  4178. rough = 0.1;
  4179. dust = 0.7;
  4180. maxSpeedCoef = 0.8;
  4181. lucidity = 2;
  4182. soundEnviron = "sand";
  4183. character = "TUSandClutter";
  4184. soundHit = "soft_ground";
  4185. };
  4186.  
  4187. class TUsoilSurface : Default
  4188. {
  4189. access = 2;
  4190. files = "tu_soil_*";
  4191. rough = 0.1;
  4192. dust = 0.7;
  4193. maxSpeedCoef = 0.8;
  4194. lucidity = 2;
  4195. soundEnviron = "gravel";
  4196. character = "TUSoilClutter";
  4197. soundHit = "soft_ground";
  4198. };
  4199.  
  4200. class TUbeachSurface : Default
  4201. {
  4202. access = 2;
  4203. files = "gdt_strbeach_*";
  4204. rough = 0.1;
  4205. dust = 0.7;
  4206. maxSpeedCoef = 0.8;
  4207. lucidity = 2;
  4208. soundEnviron = "sand";
  4209. character = "TUBeachClutter";
  4210. soundHit = "soft_ground";
  4211. };
  4212.  
  4213. class TUGreenGrass: Default
  4214. {
  4215. access = 2;
  4216. files = "tu_grass_*";
  4217. character = "TUGreenGrassClutter";
  4218. soundEnviron = "drygrass";
  4219. soundHit = "soft_ground";
  4220. rough = 0.08;
  4221. maxSpeedCoef = 0.9;
  4222. dust = 0.2;
  4223. lucidity = 4;
  4224. grassCover = 0.65;
  4225. };
  4226.  
  4227. class TUGreenGrassFine: Default
  4228. {
  4229. access = 2;
  4230. files = "tu_fine_*";
  4231. character = "TUFineGreenGrassClutter";
  4232. soundEnviron = "grass";
  4233. soundHit = "soft_ground";
  4234. rough = 0.08;
  4235. maxSpeedCoef = 0.9;
  4236. dust = 0.2;
  4237. lucidity = 4;
  4238. grassCover = 0.85;
  4239. };
  4240.  
  4241. class TUForest: Default
  4242. {
  4243. access = 2;
  4244. files = "tu_forest_*";
  4245. character = "TUForestClutter";
  4246. soundEnviron = "dirt";
  4247. soundHit = "soft_ground";
  4248. rough = 0.08;
  4249. maxSpeedCoef = 0.9;
  4250. dust = 0.2;
  4251. lucidity = 4;
  4252. grassCover = 0.65;
  4253. };
  4254. };
  4255.  
  4256.  
  4257. class CfgSurfaceCharacters
  4258. {
  4259. class TUForestClutter
  4260. {
  4261. probability[] = {0.01,0.05,0.05,0.20,0.05,0.05,0.05,0.05,0.05};
  4262. names[] = {"tu_A2LilleGrantrae","tu_A2BregneTall","tu_A2Bregne","tu_A2Lyng","tu_A2Blaabaer","tu_A2Traestub","tu_A2Bjoerneklo","tu_A2Tidsel","tu_A2Braendenaelder"};
  4263. };
  4264.  
  4265. class TUGreenGrassClutter
  4266. {
  4267. probability[] = {0.2,0.03,0.03,0.02,0.02,0.02,0.02,0.02,0.02,0.6,0.02};
  4268. names[] = {"tu_GrassGreen","tu_Flower1","tu_Flower2","tu_GrassTall","tu_GrassTalDead","tu_GrassDead","tu_A2Bjoerneklo","tu_A2Tidsel","tu_A2Braendenaelder","tu_A2GrassLong","tu_A2AutumnFlowers"};
  4269. };
  4270.  
  4271. class TUFineGreenGrassClutter
  4272. {
  4273. probability[] = {0.992,0.005,0.003};
  4274. names[] = {"tu_FineGrass","tu_Flower1","tu_Flower2"};
  4275. };
  4276.  
  4277. class TUBeachClutter
  4278. {
  4279. probability[] = {0.02,0.01};
  4280. names[] = {"tu_Starfish","tu_SharpStone"};
  4281. };
  4282.  
  4283. class TUSandClutter
  4284. {
  4285. probability[] = {0.09,0.07,0.08,0.02};
  4286. names[] = {"tu_GrassTall","tu_GrassTallDead","tu_GrassDead","tu_PlantGreenShrub"};
  4287. };
  4288.  
  4289. class TUSoilClutter
  4290. {
  4291. probability[] = {0.09,0.07,0.07,0.002};
  4292. names[] = {"tu_GrassTall","tu_GrassTallDead","tu_GrassDead","tu_ThornGreenSmall"};
  4293. };
  4294. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement