Multi-level instancing #705
-
The current |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @leroyvn I just looked this up, so I might be wrong. Both OptiX and Embree support more multiple levels of instancing. (For Embree, the maximum depth must actually be known at compile-time.) In both cases, it seems to come with a performance cost. In addition, this would require quite a bit of additional work and interface changes to support in Mitsuba - I fear that this would introduce quite a bit of complexity. |
Beta Was this translation helpful? Give feedback.
Hi @leroyvn
I just looked this up, so I might be wrong. Both OptiX and Embree support more multiple levels of instancing. (For Embree, the maximum depth must actually be known at compile-time.)
In both cases, it seems to come with a performance cost. In addition, this would require quite a bit of additional work and interface changes to support in Mitsuba - I fear that this would introduce quite a bit of complexity.