home *** CD-ROM | disk | FTP | other *** search
- //Environment for "Bizz01.pov".
- //This file gives the picture that overcastish look.
-
- //by Blane Bizzaro
-
- //Watery surface
- plane {y,-5.7
- texture {
- pigment {
- rgb <0.25, 0.5, 1.0>
- }
- finish {
- reflection 0.6
- ambient 0.4
- diffuse 0.3
- phong 0.2
- phong_size 5
- }
- normal {
- ripples 0.7
- frequency 0.8
- }
- }}
- //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>
- }
-
- fog { color red 0.3 green 0.3 blue 0.4 distance 800 }
-