Avokadoen / tdt4230_project_raytracing

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

test out denoising algorithm "spiral trace" #4

Closed Avokadoen closed 3 years ago

Avokadoen commented 3 years ago

Rays will affect the neighbouring pixels output color. I'm guessing this could smooth shadows, but smudge edges. I called it spiral tracing as the rays direction could move in a spiral to avoid race conditions

Avokadoen commented 3 years ago

I think this will be more work than it is worth. Almost certain there is little to no gain (But who knows :) ). Close this for now