ssell / noisegen

Browser-based mathematical noise generation.
http://www.noisegen.io
Apache License 2.0
5 stars 1 forks source link

Noise Seed Modification #31

Closed ssell closed 7 years ago

ssell commented 7 years ago

The coherent noise implementations so far all have a internal seed value that is currently not exposed to the user. Add UI parameters so that the seed may be adjusted.

This is already done in NoiseRandom.

It should be noted that the seed is fairly limited in effect in the current coherent implementations (Perlin and Simplex) in that they serve only as offsets. Perhaps it might be better to have true offset parameters for these instead of using the seed.

ssell commented 7 years ago

All current noise algorithms support seeding.

Seed moves to General Properties.

Completed in 164647300c12e5fc90ccfb92fdbbde169f72a443.