POV-Ray : Newsgroups : povray.newusers : halo command error : Re: halo command error Server Time: 24 Jul 2008 13:09:35 GMT
  Re: halo command error  
From: Tim Attwood
Date: 13 May 2008 00:58:55
//----------------------------------------------------------------------
// A thin blue media, becoming lighter as it approaches
// the planet's surface.
//----------------------------------------------------------------------
#declare PlanetAtmosphere = sphere { <0,0,0>, 1
   hollow
   material {
      texture {
         pigment { rgbt <1,1,1,1> }
      }
      interior {
         media {
            emission <0,0,2>
            density {
               spherical
               color_map {
                  [0 rgb 0]
                  [0.05 rgb 1]
                  [1 rgb 1]
               }
            }
         }
         media {
            emission <2,2,0>
            density {
               spherical
               color_map {
                  [0 rgb 0]
                  [0.05 rgb 0.25]
                  [1 rgb 1]
               }
            }
         }
      }
   }
   scale 1.05
}


Post a reply to this message

Copyright 1991-2004 POV-Team™