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