Adds some additional noise-generation nodes to Unity Shader Graph, including 3D noise nodes (without seams).
Adapted Code from Noise Shader
- Perlin noise 2D
- Perlin noise 3D
Adapted Code from Noise Shader
- Simplex noise 3D
Implementation Based on this tutorial
- Voronoi noise 3D
Implementation Based on this tutorial
- White noise 2D
- White noise 3D
You can also install via git url by adding this entry in your manifest.json
"com.pepengineers.pepenoise": "https://github.com/Pepengineers/PEPENoise.git",
or press +
button and type https://github.com/Pepengineers/PEPENoise.git