summaryrefslogtreecommitdiffstats
path: root/modules/opensimplex/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant size property from NoiseTextureJFonS2018-10-031-1/+1
|
* Add SimplexNoise and NoiseTexture as new resourcesJFonS2018-09-141-0/+14
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.