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

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "atmos1.pov"
  7.  
  8. atmosphere {
  9.   type 1
  10.   samples 50
  11.   distance 40 
  12.   scattering 0.2
  13.   aa_level 4
  14.   aa_threshold 0.1
  15.   jitter 0.2
  16. }
  17.  
  18.