MilchRatchet / Luminary

CUDA based Pathtracing Offline and Realtime Renderer
MIT License
30 stars 1 forks source link

BVH Construction - Parallel #9

Closed MilchRatchet closed 11 months ago

MilchRatchet commented 3 years ago

The BVH construction can be parallelized and in general made faster by quite some margin.

A. Ebert, V. Fuetterling, C. Lojewski and F. Pfreundt, Parallel Spatial Splits in Bounding Volume Hierarchies, Eurographics Symposium on Parallel Graphics and Visualization, 2016.

MilchRatchet commented 11 months ago

This will not be implemented since the Luminary BVH is merely a legacy feature at this point.