We can see that small yellow triangle lies entirely within the bounds of both B and C. Is it just then arbitrarily decided which one it belongs to?
keenan
@jifengy Good observation. In an element-partitioning data structure like a BVH, it will belong to exactly one box. Which box is determined at the partitioning step, as described in this slide.
We can see that small yellow triangle lies entirely within the bounds of both B and C. Is it just then arbitrarily decided which one it belongs to?
@jifengy Good observation. In an element-partitioning data structure like a BVH, it will belong to exactly one box. Which box is determined at the partitioning step, as described in this slide.