Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-03 | Remove redundant size property from NoiseTexture | JFonS | |
2018-09-28 | Renaming SimplexNoise refs to OpenSimplexNoise | santouits | |
Because I think github doesn't show history of renamed files - The original work is done in commit f12a1b8 by JFonS - Improved Documentation in commit a386af6 - Last change on the files was in commit 463af5b - and Fixed compiler warnings in commit e5bbcb8bcf8180a54fdcc5c4291b153246d861ce | |||
2018-09-14 | Add SimplexNoise and NoiseTexture as new resources | JFonS | |
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. |