Merge pull request #56718 from Geometror/noise-overhaul

This commit is contained in:
Rémi Verschelde 2022-03-28 21:59:18 +02:00 committed by GitHub
commit 8c12dfe099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 4084 additions and 2991 deletions

View file

@ -424,10 +424,10 @@ Collection of single-file libraries used in Godot components.
* Upstream: https://archive.blender.org/wiki/index.php/Dev:Shading/Tangent_Space_Normal_Maps/
* Version: 1.0 (2011)
* License: zlib
- `open-simplex-noise.{c,h}`
* Upstream: https://github.com/smcameron/open-simplex-noise-in-c
* Version: git (826f1dd1724e6fb3ff45f58e48c0fbae864c3403, 2020) + custom changes
* License: Public Domain or Unlicense
- `FastNoiseLite.h}`
* Upstream: https://github.com/Auburn/FastNoiseLite
* Version: git (6be3d6bf7fb408de341285f9ee8a29b67fd953f1, 2022) + custom changes
* License: MIT
- `pcg.{cpp,h}`
* Upstream: http://www.pcg-random.org
* Version: minimal C implementation, http://www.pcg-random.org/download.html