home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / calali / sky.inc < prev    next >
Text File  |  1993-10-18  |  594b  |  33 lines

  1. //  Persistance of Vision Raytracer V2.0
  2. //  Texture include file for SKY.MDL scene.
  3. //
  4. //  This file was generated for POV-Ray V2.0 by
  5. //  MORAY.EXE (c) '91 '92 '93 SoftTronics by Lutz Kretzschmar + Markus Lutz
  6. //
  7.  
  8. //
  9. //  NOTE: Do *NOT* remove the comment lines containing '$MRY$'.
  10. //
  11.  
  12. // *******  T E X T U R E S  *******
  13.  
  14.  
  15.  
  16. //  $MRY$: 'Clouds'
  17.  
  18.  
  19. //  $MRY$: 'Sunset'
  20. #declare Sunset = texture {
  21.     pigment {
  22.         gradient z
  23.         color_map {
  24.             [0.0 color Orange]
  25.             [1.0 color Blue]
  26.         }
  27.     }
  28.     scale 0.3
  29. }
  30.  
  31.  
  32. //  $MRY$: 'Cork'
  33.