home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma87a.dms / ma87a.adf / pov3c_1.lha / docsdemo / fog3.pov < prev    next >
Text File  |  1996-11-07  |  182b  |  13 lines

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "fog.inc"
  7.  
  8. fog { 
  9.   distance 150 
  10.   colour rgbf<0.3, 0.5, 0.2, 1.0> 
  11. }
  12.  
  13.