POV-Ray : Newsgroups : povray.binaries.images : Home from above (900*300) (11kbu) : Re: Home from above (900*300) (11kbu) Server Time
2 Oct 2024 16:30:22 EDT (-0400)
  Re: Home from above (900*300) (11kbu)  
From: Gail Shaw
Date: 17 Apr 2000 06:33:32
Message: <38fae87c@news.povray.org>
Steve wrote in message ...
>On Thu, 13 Apr 2000 13:39:42 +0200, Gail Shaw wrote:
>>Just something I've been playing with. Very simple. It's just an image
map,
>>media and a lens flare (Chris Colefax)
>
>That media's superb.  Any chance of sharing the media code.
>


you mean the planet atmosphere?

It would probably look better and render faster with emission

sphere {<0, 0, 0>, 38
 pigment {color rgbt <1, 1, 1, 1>}
 interior {
  media

  method 3
  scattering {1, 2, 0.03}  // tweak till it looks good
  samples 1,1
  intervals 1
  density

   spherical
   color_map {
    [0 color rgb <0,0,0>]
    [1 color <0, 0.75, 1>*10]
   }
   scale 33  // changing adjusts the distance from the planet (which is a
sphere <0,0,0>,35)
  }
  }
 }
 hollow
}


Post a reply to this message

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