Theverat / NormalmapGenerator

A simple program that converts images into normal maps
GNU General Public License v3.0
419 stars 51 forks source link

Implement better blur filter for displacement maps #8

Closed Theverat closed 8 years ago

Theverat commented 9 years ago

a fast gaussian filter instead of the box filter would be good.

Theverat commented 8 years ago

gaussian filter implemented in commit 4d11ffa2ba4ec8c3db5f1ac33212679241023c38 not the fastest, but much better looking than box.