home *** CD-ROM | disk | FTP | other *** search
/ Eyewitness: Dinosaur Hunter Deluxe / DK3DDINO_2.ISO / trex / runfiles / environ1 / scene.dat < prev   
Text File  |  2000-01-12  |  972b  |  55 lines

  1.  
  2. //----- defaults -----------------------------------------------------
  3.  
  4. near_clip            0.1
  5. far_clip            350.0
  6.  
  7. //background_colour    0        0        0
  8. background_colour    255        255        255
  9. //background_colour    80        80        90
  10. //background_colour    156        165        189
  11. ambient_colour        90        90        90
  12.  
  13. //----- fog ----------------------------------------------------------
  14.  
  15. //disable_fog
  16. enable_fog
  17.  
  18.     fog_range            0.0            180.0            
  19. //    fog_colour            0            0        0
  20.     fog_colour            255            255        255
  21. //    fog_colour            80            80        90
  22.  
  23.  
  24. //----- fog ----------------------------------------------------------
  25.  
  26. //disable_fog
  27.  
  28. //    fog_range            100.0        200.0
  29. //    fog_colour            255            255        255
  30.  
  31.  
  32. //----- light sources ------------------------------------------------
  33.  
  34.  
  35.  
  36. light    1
  37.  
  38.     type                directional
  39.     strength            1.0
  40.     position            4.0            6.0        14.0
  41.     colour                255            255        255
  42.  
  43.  
  44. /*
  45. light    2
  46.  
  47.     type                point
  48.     strength            1.0
  49.     fall_off            20.0
  50.     position            0.0            0.0        0.0
  51.     colour                255            0.0        0.0
  52. */
  53.  
  54.  
  55.