Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | 2022-03-20 | 1 | -2255/+0 |
| | | | | | | - replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> | ||||
* | Updated open-simplex to have const noise functions | Sacha Waked | 2020-12-04 | 1 | -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. | bruvzg | 2020-11-09 | 1 | -5/+6 |
| | |||||
* | Add SimplexNoise and NoiseTexture as new resources | JFonS | 2018-09-14 | 1 | -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. |