Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-03 | Remove redundant size property from NoiseTexture | JFonS | |
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. |