home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / pov / bizz03 / env04.inc < prev    next >
Encoding:
Text File  |  1994-05-30  |  419 b   |  28 lines

  1. //Environment for Bizz04.pov "Povray pain killers".
  2. //by Blane Bizzaro
  3.  
  4.  
  5. plane {z, 4
  6.   pigment { color LightBlue }
  7.       }
  8.    
  9. //Atmosphere
  10. sphere {
  11.   <0, 0, 0>, 1
  12.   texture {
  13.     pigment {
  14.       gradient z
  15.       color_map {
  16.          [0, 1 color rgb <0.2,0.9,0.5> color rgb <0.4,0.5,0.8> ]
  17.       }
  18.     }
  19.     finish {
  20.       ambient 1.0
  21.       diffuse 0.0
  22.     }
  23.   }
  24.   scale <1000,1000,1000>
  25. }
  26.  
  27.  
  28.