aaronwalsman / splendor-render

MIT License
4 stars 0 forks source link

blurry_mipmaps.py #7

Open aaronwalsman opened 3 years ago

aaronwalsman commented 3 years ago

At some point I built this to make better mipmaps for blurry reflection maps, but I think I had issues with blurring on the corner boundaries of the cube. Decide to either support this and fix it, or remove it.

aaronwalsman commented 3 years ago

Also, when addressing this, figure out how to specify them properly and document it.

aaronwalsman commented 3 years ago

I think the way around the corner issue is to pad the edges of each image with the cube neighbors before blurring it. Need to get all the other machinery in place though.