Cewein / nerv_pathtracer

a pathtracer with physically based rendering in mind
MIT License
27 stars 1 forks source link

Better BVH #15

Open Cewein opened 3 years ago

Cewein commented 3 years ago

Since the rewrite of the renderer the engine had a poor acceleration structure. we should swap to a better BVH (i.e switch to a BVH-SAH).

Please refere to this issue when improving the bvh.