Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.12 KB

PEPENoise

Adds some additional noise-generation nodes to Unity Shader Graph, including 3D noise nodes (without seams). изображение изображение

List of nodes

Perlin noise

Adapted Code from Noise Shader

  • Perlin noise 2D
  • Perlin noise 3D

Simplex noise

Adapted Code from Noise Shader

  • Simplex noise 3D

Voronoi Noise

Implementation Based on this tutorial

  • Voronoi noise 3D

White Noise

Implementation Based on this tutorial

  • White noise 2D
  • White noise 3D

Installation

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