summaryrefslogtreecommitdiff
path: root/modules/opensimplex/config.py
AgeCommit message (Collapse)Author
2018-10-03Remove redundant size property from NoiseTextureJFonS
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS
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.