A game about forced loneliness, made by TACStudios
1These files contain noise functions that are compatible with all
2current versions of GLSL (1.20 and up), and all you need to use them
3is provided in the source file. There is no external data, and no
4setup procedure. Just cut and paste and call the function.
5
6GLSL has a very rudimentary linker, so some helper functions are
7included in several of the files with the same name. If you want to
8use more than one of these functions in the same shader, you may run
9into problems with redefinition of the functions mod289() and permute().
10If that happens, just delete any superfluous definitions.
11
12-----
13
14Source: https://github.com/ashima/webgl-noise
15Changes:
16 - 10 April 2018, Unity Technologies, Ported to HPC#