I have been reading this article as requested by Nathan Reed on Programmers.StackExchange. After some reading I stumbled upon a paragraph I really don't get. Can anyone explain this paragraph to me in a more simple language? (English is not my native language) If you want to read the original you can find it under "Moving from interpolation to summation
".
Simplex noise instead uses a straight summation of contributions from each corner, where the contribution is a multiplication of the extrapolation of the gradient ramp and a radially symmetric attenuation function. In signal processing terms, this is a signal reconstruction kernel. The radial attenuation is carefully chosen so that the influence from each corner reaches zero before crossing the boundary to the next simplex. This means that points inside a simplex will only be influenced by the contributions from the corners of that particular simplex.