Bounding Volume Hierarchies (Optimize Performance)
I implemented a deferred rendering with spatial acceleration using BVH. I specifically implemented and compared three algorithms for bounding volume spheres: Ritter’s, Larsson’s, and PCA (Principal Component Analysis).
Bounding Volume Hierarchies (Optimize Performance) Read More »