You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ Find the manifest.json file in the Packages folder of your project and edit it t
40
40
41
41
## Usage
42
42
43
-
This code is still in a pretty rough state but I've uploaded it here for those interested.
43
+
Provides Value, Perlin and Simplex noise functions that are seeded and random-access.
44
+
Perlin and Simplex noise methods are based on the [Catlike Coding](https://catlikecoding.com/unity/tutorials/simplex-noise/) tutorial but are implemented using Squirrel Eiserloh's noise algorithm rather than the hash method used in the tutorial. This provides the ability to Seed all the noise functions.
45
+
44
46
There is a demo package included in the demo folder. After importing this as a package just double click it to import.
45
47
46
48
The demo requires that you import Shader Graph and the Universal Render Pipeline packages from the package manager.
0 commit comments