riley-harper / RayTracer

Code for a raytracer that I built in spring 2021, along with example images!
0 stars 0 forks source link

Create a Blur Image Map #73

Open riley-harper opened 3 years ago

riley-harper commented 3 years ago

Create an image map that blurs the image with a Gaussian of a given radius, and add a new command something like im_blur: radius. This is a prerequisite to #43, since bloom will use blurring.

I've done this before, so looking back at that code should be helpful.