POV-Ray : Newsgroups : povray.general : Transparent media for volume rendering : Re: Transparent media for volume rendering Server Time
4 Aug 2024 20:20:48 EDT (-0400)
  Re: Transparent media for volume rendering  
From: Tom & Lu Melly
Date: 11 Feb 2003 13:47:49
Message: <3e494555@news.povray.org>
"Tom Melly" <tom### [at] tomandlucouk> wrote in message
news:3e493283@news.povray.org...

btw if you are using multiple identical media containers, you should know
that the approved alternative (iirc) would be to have one container with
multiple media statements - ie. rather than

object{O1
    interior{
        media{M1}
    }
}

object{O1
    interior{
        media{M2}
    }
}

you should have

object{O1
    interior{
        media{M1}
        media{M2}
    }
}

You can also have multiple density statements in a single media-statement,
but the effect is different - see docs for details.


Post a reply to this message

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