Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant size property from NoiseTexture | JFonS | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | Add SimplexNoise and NoiseTexture as new resources | JFonS | 2018-09-14 | 1 | -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. |