POV-Ray : Newsgroups : povray.newusers : Media scattering and photons doesn't work! : Re: Media scattering and photons doesn't work! Server Time
28 May 2024 17:12:09 EDT (-0400)
  Re: Media scattering and photons doesn't work!  
From: James Holsenback
Date: 12 May 2013 11:13:42
Message: <518fb1a6$1@news.povray.org>
On 05/12/2013 09:20 AM, LanuHum wrote:
>   // Scattering media box:
>   box
>   { <-5, -6.5, -10.5>, <3, 6.5, 10.25>
>     pigment { rgbt 1 } hollow
>     interior
>     { media
>       { scattering { 1, 0.07 extinction 0.01 }
>         samples 30
>       }
>     }
>   }

3rd paragraph in the passage I previously pointed you to ...

// Scattering media box:
box
   { <-5, -6.5, -10.5>, <3, 6.5, 10.25>
     pigment { rgbt 1 } hollow


     photons { pass_through }


     interior
     { media
       { scattering { 1, 0.07 extinction 0.01 }
         samples 30
       }
     }
   }


Post a reply to this message

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