DDGI icon indicating copy to clipboard operation
DDGI copied to clipboard

Results 1 DDGI issues
Sort by recently updated
recently updated
newest added

` psOut.distMoments.x /= distWeightSum; psOut.distMoments.y = psOut.distMoments.x * psOut.distMoments.x;` the moment2 is calculated by the square of moment1,but it should be the mean of the square.