POV-Ray : Newsgroups : povray.binaries.images : Dome City : Dome City Server Time
9 Aug 2024 15:18:08 EDT (-0400)
  Dome City  
From: author
Date: 23 Jan 2005 09:15:00
Message: <web.41f3b07db3081a6c5a9431fb0@news.povray.org>
Did this mostly to learn how to do a transparent dome... this effort used:

 difference {

    sphere { <0,0,0>, 1
       texture{ pigment{ rgbf <0.98, 0.98, 0.98, 0.9> }
       finish { ambient 0.1 diffuse 0.1 reflection 0.2
       specular 0.8 roughness 0.0003 phong 1 phong_size 400}
               } // end of texture

          scale<130,70,130>  rotate<0,0,0>  translate<0,0,0>
       }  // end of sphere -----------------------------------

        sphere { <0,0,0>, .999
           texture{ pigment{ rgbf <0.98, 0.98, 0.98, 0.9> }
           finish { ambient 0.1 diffuse 0.1 reflection 0.2
           specular 0.8 roughness 0.0003 phong 1 phong_size 400}
               } // end of texture

          scale<130,70,130>  rotate<0,0,0>  translate<0,0,0>
       }  // end of sphere -----------------
}

(with radiosity)

--Ralph


Post a reply to this message


Attachments:
Download 'greenhouse_city.jpg' (111 KB)

Preview of image 'greenhouse_city.jpg'
greenhouse_city.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.