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

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "skysph1.inc"
  7.  
  8. sky_sphere {
  9.   pigment {
  10.     gradient y
  11.     color_map {
  12.       [0 color Red]
  13.       [1 color Blue]
  14.     }
  15.     scale 2
  16.     translate -1
  17.   }
  18. }
  19.  
  20.