BobTheHunted

Untitled

May 22nd, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. class Lighting12
  2. {
  3. height = 123;
  4. overcast = 0;
  5. sunAngle = 74;
  6. sunOrMoon = 1;
  7. diffuse[] = {{0.980392,0.854902,0.745098},16.8};
  8. diffuseCloud[] = {{0.980392,0.854902,0.745098},16.8};
  9. ambient[] = {{0.509804,0.607843,0.745098},14.45};
  10. ambientCloud[] = {{0.509804,0.607843,0.745098},14.45};
  11. ambientMid[] = {{0.647059,0.647059,0.627451},14.15};
  12. ambientMidCloud[] = {{0.647059,0.647059,0.627451},14.15};
  13. groundReflection[] = {{0.741176,0.686275,0.647059},13.65};
  14. groundReflectionCloud[] = {{0.741176,0.686275,0.647059},13.65};
  15. bidirect[] = {0.025,0.024,0.018};
  16. bidirectCloud[] = {0.025,0.024,0.018};
  17. sky[] = {{0.0156863,0.117647,0.784314},13.8};
  18. skyAroundSun[] = {{0.0156863,0.117647,0.784314},13.81};
  19. fogColor[] = {{0.372549,0.490196,0.588235},14.75};
  20. apertureMin = 70;
  21. apertureStandard = 120;
  22. apertureMax = 120;
  23. standardAvgLum = 8000;
  24. desiredLuminanceCoef = 1;
  25. desiredLuminanceCoefCloud = 1;
  26. luminanceRectCoef = 1;
  27. luminanceRectCoefCloud = 0.5;
  28. rayleigh[] = {0.007,0.01388,0.035};
  29. mie[] = {0.005,0.005,0.005};
  30. cloudsColor[] = {{1,0.992157,0.984314},14.75};
  31. swBrightness = 1;
  32. };
Add Comment
Please, Sign In to add comment