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 CDestroyGuardedTarget_Atmosphere
- {
- vector SunDirection = vector(-0.99, 0.086, -0.025);
- color SunColor = color(3.0, 2.18, 1.92, 1.0);
- color ContrSunColor = SunColor * 0.3;
- float FogNear = 1500.0;
- float FogFar = 4000.0;
- color FogColorXPos = color(0.9, 0.6, 0.3);
- color FogColorXNeg = color(0.7, 0.4, 0.3);
- color FogColorYPos = color(0.9, 0.5, 0.3);
- color FogColorYNeg = color(0.9, 0.5, 0.3);
- }
-
-