home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 January / CMYCHA200301.iso / ImmersionRacing / data1.cab / Program_Executable_Files / 3DDATA / TRACKS / CONFIGS / SPRING.CFG < prev    next >
Encoding:
Text File  |  2002-10-10  |  1.2 KB  |  32 lines

  1. //    Valid settings:
  2. //    "FOG: <start distance> <end distance> <density> <red> <green> <blue>"
  3. //        start distance = float value for distance where fog starts
  4. //        end distance = float value for distance where fog ends
  5. //        density = float value for how dense. Values between 0.0 and 1.0
  6. //    red, green, blue = fog colour. Values between 0 and 255 for each.
  7. //
  8. //    "DEPTH_OF_FIELD: <distance> <extra blurry>"
  9. //        distance = float value for distance where depth of field effect occurs
  10. //        extra blurry = int flag for extra blurriness in rendering - either 1 or 0
  11. //
  12. //    "ANTIALIAS: <blurriness>"
  13. //        blurriness = float value between 0.0 and 1.0 for how blurry the antialias effect is
  14. //
  15. //    "HEAT_HAZE: <movement scale> <blend strength>"
  16. //        movement scale = float value for movement scale
  17. //        blend strength = float value for blend strength - between 0.0 and 1.0
  18. //
  19. //    "CAR_HEADLIGHT_STRENGTH: <strength>"
  20. //        strength = float value for strength of car headlight effect - between 0.0 and 1.0
  21. //
  22. // "TRACK_WETNESS: <wet value>"
  23. //     wet value = float value for wetness of the track, between 0.0 (dry) and 1.0 (wet)
  24. //
  25.  
  26. FOG: 175.0 220.0 0.0 195 132 116
  27. DEPTH_OF_FIELD: 250.0 0
  28. ANTIALIAS: 0.1
  29. HEAT_HAZE: 0.0 0.0
  30. CAR_HEADLIGHT_STRENGTH: 1.0
  31. TRACK_WETNESS: 0.0
  32.