Files
test2/source
Hans Goudey 3f6e36bdda Fix #127994: Stack use after scope constructing sculpt BVH
Caused by c2dd238ba1.
Moving the BVH (and sadly returning it by value currently)
causes issues in debug builds because the `prim_indices_`
references in the nodes becomes invalid. The simplest fix
is to just not use an inline buffer so the array's data pointer
doesn't change when `Tree` moves.
2024-09-23 13:37:31 -04:00
..
2024-09-20 13:14:57 +10:00