Another question...the max depht is only for the reflection refraction ...or?
Thanks

So is maxdepth how many bounces [or paths] the raytracing will calculate? If it shouldn't be adjusted then maybe that function should have a static setting as it would cut down on code. In fact if all three of the functions mentioned above should be left as is, making them static would be optimal from a coders point of view to keep the overall bloat down.radiance wrote:.maxdepth is the maximum depth of paths. (this is limited by the RR though) best not touch these
Radiance