home *** CD-ROM | disk | FTP | other *** search
- //Environment for Bizz04.pov "Povray pain killers".
- //by Blane Bizzaro
-
-
- plane {z, 4
- pigment { color LightBlue }
- }
-
- //Atmosphere
- sphere {
- <0, 0, 0>, 1
- texture {
- pigment {
- gradient z
- color_map {
- [0, 1 color rgb <0.2,0.9,0.5> color rgb <0.4,0.5,0.8> ]
- }
- }
- finish {
- ambient 1.0
- diffuse 0.0
- }
- }
- scale <1000,1000,1000>
- }
-
-
-