summaryrefslogtreecommitdiffstats
path: root/thirdparty/misc/open-simplex-noise.c
Commit message (Collapse)AuthorAgeFilesLines
* Add FastNoiseLite / general noise overhaulHendrik Brucker2022-03-201-2255/+0
| | | | | | - replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com>
* Updated open-simplex to have const noise functionsSacha Waked2020-12-041-10/+10
| | | "open-simplex-noise-in-c" now updated to master and "opensimplex" module refactored accordingly
* Update "open-simplex-noise-in-c" to fix undefined signed overflow.bruvzg2020-11-091-5/+6
|
* Add SimplexNoise and NoiseTexture as new resourcesJFonS2018-09-141-0/+2254
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects.