Blender Git Loki
Git Commits -> Revision eaf993a
Revision eaf993a by Sergey Sharybin (master) September 11, 2018, 13:34 (GMT) |
Followup for previous PBVH commit Didn't realize the index buffer is stored once in a BVH and same pointer is reused. Surprisingly, simple files were fixed with the previous fix. Now disabled the optimization all together, and it was simpler to just completely remove all residue of the code. It is likely to be a different implementation anyway, so no need to try to keep code in a semi-broken state. |
Commit Details:
Full Hash: eaf993ad9472dcd22e005c4a1d4df8920a98aed4
Parent Commit: cde66d7
Lines Changed: +9, -69