Skip to content
Snippets Groups Projects
Commit 2de9b5dc authored by David Rohr's avatar David Rohr
Browse files

fix sum and sumsquare calculation: for the non FFT algorithm sum was...

fix sum and sumsquare calculation: for the non FFT algorithm sum was calculated twice before (stupid mistake), for the FFT algorithm there is actually a dependency for the sumsquare calculation on whether NumberPixels is odd or even. Although, the effect is very small for normal maps since high order fourier coefficients are small then. Anyhow, should be correct now
parent f1e3f10a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment