OkeWoke / Raytracer

I got bored and wanted to make my own raytracer in C++
0 stars 0 forks source link

Fix halton implementation #8

Open OkeWoke opened 4 years ago

OkeWoke commented 4 years ago
OkeWoke commented 4 years ago

To consider thinking about problem with a ray tree, and sampling should be does in a BFS sense, rather than DFS.