|
|
Hi!
The povray 3.5 manual states, that the number of intervals in media
defaults to 10, but I believe it defaults to 1 instead. Is this an error
in docs or am I missing something? This also causes some problems with
Moray - basically you can't use interval with value 10.
Example:
box {
<-10,-2,-10>, <10,10,10>
pigment {rgb 1}
interior {
media {
scattering {
1, rgb 0.055
}
intervals 10 // Removing this line _does_ make a difference
}
}
hollow
}
PS. If there is a list of bugs etc. please let me know.
Severi Salminen
Post a reply to this message
|
|