POV-Ray : Newsgroups : povray.general : photons + media : Re: photons + media Server Time
4 Aug 2024 18:22:52 EDT (-0400)
  Re: photons + media  
From: Christopher James Huff
Date: 24 Feb 2003 20:26:32
Message: <cjameshuff-F7D95F.20224924022003@netplex.aussie.org>
In article <Xns### [at] 204213191226>,
 "Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote:

> #if (UseMedia) // media - dust box
> box {
>   <-5,-1,-5>, <+5,8,+5>
>   pigment { rgbt 1 } // <---
>   interior { media {
>       samples 100
>       scattering { 1 rgb .1 extinction 0 }
>   } }  
>   hollow // <--- 
> }
> #end
> 
> Using media is ok, using photons is ok, but using them both gives problem.

Try adding a photon block with pass_through, if that doesn't work try 
making it a photon target. Or maybe the media itself is off...

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

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