Avokadoen / tdt4230_project_raytracing

My TDT4230 project submition, a GPGPU voxel ray tracer!
5 stars 0 forks source link

Integrate some sort of denoising algorithm #8

Open Avokadoen opened 3 years ago

Avokadoen commented 3 years ago

Currently the application is struggling a lot keeping up. A very good optimization would be some sort of fast denoiser to allow for fewer rays. The raytracing shader should also use a blue noise texture to skip certain pixels to save on some computation (and make it easier to denoise)

Relevant reading material