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