|
|
Could someone tell me the correct syntax for using
the 'object' pattern in a media density ?
I tried simply this :
sphere {<0,0,0>,10 hollow
interior
{
media {
emission .1
density {
object {box {<0,0,0>,<2,2,2>}}
}
}
}//<-- stops here
pigment {Clear}
}
But dear POV tells me "error : missing pigment"...
Fabien.
Post a reply to this message
|
|