Random Gradients for Perlin Noise

Started by
-1 comments, last by StasB 11 years, 3 months ago

Hi! My question is pretty simple: What are some good ways to generate random N-dimensional gradients for Perlin noise?

Advertisement

Something purely algorithmic like mod289 is usually good enough for Perlin noise if you can't (or don't want to) afford a lookup texture.

A lookup texture can represent N dimensions by atlassing, see chapter 2.1 of Shader X7.

This topic is closed to new replies.

Advertisement