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

  1. //  Persistance of Vision Raytracer V2.0
  2. //  World definition file.
  3. //
  4. //  Contains 0 lights, 2 textures and 1 primitives.
  5. //
  6. //  This file was generated for POV-Ray V2.0 by
  7. //  MORAY.EXE (c) '91 '92 '93 SoftTronics by Lutz Kretzschmar + Markus Lutz
  8. //
  9.  
  10. //  Date : 10/18/1993    (18.10.1993)
  11. //
  12.  
  13.  
  14. #declare BezFlatness = 0.01
  15. #declare BezUStep    = 3
  16. #declare BezVStep    = 3
  17.  
  18.  
  19. //
  20. // ********  T E X T U R E S  *******
  21. //
  22.  
  23. #include "sky.INC"
  24.  
  25. // ********  O B J E C T S *******
  26. object {   // sky_sphere
  27.   sphere {<0,0,0>,1}
  28.   texture {
  29.     Sunset
  30.   }
  31.   scale <100000.000000, 100000.000000, 100000.000000>
  32. }
  33.  
  34.