POV-Ray : Newsgroups : povray.binaries.images : Afghan Sunrise (133K) - problem with star background : Re: Afghan Sunrise (133K) - problem with star background Server Time
20 Aug 2024 00:11:15 EDT (-0400)
  Re: Afghan Sunrise (133K) - problem with star background  
From: ryan constantine
Date: 23 Sep 2000 15:39:34
Message: <39CD070C.113432D0@yahoo.com>
have you checked out any other planets people here have made?  i've done
some.  my latest (which i haven't posted) is pretty darn good in my
opinion.  i think i posted some source in p.t.s-f.  just look for my
name as the poster (postee?).  i based my atmosphere on jeff lee's
tutorial, but changed quite a few things.  i used image maps which
you'll have to replace with your own.  good luck.


> 
> Hi Tracers!
> 
> Finally, by trial and error, I found out how to render the atmosphere
> from orbit correctly... but now a new problem occurs.
> 
> As you can see, I used a sky sphere with stars - and all stars behind
> the media-filled sphere which makes up the atmosphere appear exaggerated
> in size and brightness. Is there any way to avoid this effect?
> 
> Here the POV code for the "air" in the atmosphere sphere:
> 
> #declare Air =
> 
>    material  // Air
> 
>    {
> 
>       texture
> 
>       {
> 
>          pigment
> 
>          {
> 
>             color rgbft <1.0, 1.0, 1.0, 1.0, 1.0>
> 
>          }
> 
>       }
> 
>       interior
> 
>       {
> 
>          ior 1
>          media
> 
>          {
> 
>             scattering
> 
>             {
> 
>                4 ,  rgb <0.0, 0.5, 1.0> // isotropic scattering
> 
>             }
> 
>             density
> 
>             {
> 
>                spherical
> 
>             }
> 
>          }
> 
>       }
> 
>    }
> 
>   ------------------------------------------------------------------------
>  [Image]


Post a reply to this message

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