micheledallerive / raytracer

A C++ raytracer
0 stars 0 forks source link

Acceleration structures - 0 points #10

Open micheledallerive opened 10 months ago

micheledallerive commented 10 months ago

Fix the kd-tree data structure and/or implement a bvh tree data structure. The important thing is to improve the rendering time, independently on which structure to implement.