OkeWoke / Raytracer

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

Investigate Sample Trees #15

Open OkeWoke opened 4 years ago

OkeWoke commented 4 years ago

I.e. instead of each sample only generating 1 sample recursively, perhaps cast X for diffuse, and Y amount for specular, and Z amount for refleciton and W for transmission?