home *** CD-ROM | disk | FTP | other *** search
- // Persistance of Vision Raytracer V2.0
- // World definition file.
- //
- // Contains 0 lights, 2 textures and 1 primitives.
- //
- // This file was generated for POV-Ray V2.0 by
- // MORAY.EXE (c) '91 '92 '93 SoftTronics by Lutz Kretzschmar + Markus Lutz
- //
-
- // Date : 10/18/1993 (18.10.1993)
- //
-
-
- #declare BezFlatness = 0.01
- #declare BezUStep = 3
- #declare BezVStep = 3
-
-
- //
- // ******** T E X T U R E S *******
- //
-
- #include "sky.INC"
-
- // ******** O B J E C T S *******
- object { // sky_sphere
- sphere {<0,0,0>,1}
- texture {
- Sunset
- }
- scale <100000.000000, 100000.000000, 100000.000000>
- }
-
-