Skip to content

Commit

Permalink
simplex
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiakopoulos committed Feb 19, 2024
1 parent fbca474 commit 5520a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ namespace impl
{ 0.0f, 1.0f, -1.0f }, { 0.0f, -1.0f, -1.0f }
};

// Helper functions to compute gradients-dot-residualvectors (1D to 4D)
// Helper functions to compute gradients-dot-residual vectors (1D to 4D)
// Note that these generate gradients of more than unit length. To make
// a close match with the value range of classic Perlin noise, the final
// noise values need to be rescaled to fit nicely within [-1,1].
Expand Down

0 comments on commit 5520a3a

Please sign in to comment.