mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Initial commit
This commit is contained in:
commit
3c7cc0c973
8391 changed files with 704313 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
These files contain noise functions that are compatible with all
|
||||
current versions of GLSL (1.20 and up), and all you need to use them
|
||||
is provided in the source file. There is no external data, and no
|
||||
setup procedure. Just cut and paste and call the function.
|
||||
|
||||
GLSL has a very rudimentary linker, so some helper functions are
|
||||
included in several of the files with the same name. If you want to
|
||||
use more than one of these functions in the same shader, you may run
|
||||
into problems with redefinition of the functions mod289() and permute().
|
||||
If that happens, just delete any superfluous definitions.
|
||||
|
||||
-----
|
||||
|
||||
Source: https://github.com/ashima/webgl-noise
|
||||
Changes:
|
||||
- 10 April 2018, Unity Technologies, Ported to HPC#
|
Loading…
Add table
Add a link
Reference in a new issue