home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------------
- //
- // This code is copyright 2001 by G5 Software.
- // Any unauthorized usage, either in part or in whole of this code
- // is strictly prohibited. Violators WILL be prosecuted to the
- // maximum extent allowed by law.
- //
- //-------------------------------------------------------------------
-
- class CEliminatePartisansMission_Atmosphere
- {
- vector SunDirection = vector(-0.51, -0.25, -0.8);
- color SunColor = color(1.0, 1.0, 1.0, 1.0);
- color ContrSunColor = SunColor * 0.3;
- float FogNear = 1500.0;
- float FogFar = 4000.0;
- color FogColorXPos = color(0.32, 0.33, 0.37);
- color FogColorXNeg = color(0.32, 0.33, 0.37);
- color FogColorYPos = color(0.32, 0.33, 0.37);
- color FogColorYNeg = color(0.32, 0.33, 0.37);
- }
-
-