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:08:57 EDT (-0400)
  Re: Afghan Sunrise (133K) - problem with star background  
From: Bill DeWitt
Date: 23 Sep 2000 13:26:43
Message: <39cce7d3$1@news.povray.org>
I am not going to be much help with your problem, media just acts that way
sometimes, but I wanted Ken to note the proper way to indent and arrange
code. Especially note the double spaced close-braces at the end.


>
> #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
>
>             }
>
>          }
>
>       }
>
>    }
>


Post a reply to this message

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