diff options
author | Hendrik Brucker <hendrik.brucker@mail.de> | 2022-03-20 14:53:45 +0100 |
---|---|---|
committer | Hendrik Brucker <hendrik.brucker@mail.de> | 2022-03-20 14:53:45 +0100 |
commit | 2a55f10e8be2d3a9ffcbb57ab6dd278419c64b37 (patch) | |
tree | 90bf78ae0c5bfa29092398a0dd10ea2a304462ec /COPYRIGHT.txt | |
parent | c251ea01db289feb2f0b237eb3d865e28b0fa1cb (diff) |
Add FastNoiseLite / general noise overhaul
- replace OpenSimplexNoise
Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com>
Diffstat (limited to 'COPYRIGHT.txt')
-rw-r--r-- | COPYRIGHT.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index cfb4778d6b..8b49cbfd2a 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -305,11 +305,10 @@ Comment: Tangent Space Normal Maps implementation Copyright: 2011, Morten S. Mikkelsen License: Zlib -Files: ./thirdparty/misc/open-simplex-noise.c - ./thirdparty/misc/open-simplex-noise.h -Comment: OpenSimplex Noise -Copyright: 2014, Stephen M. Cameron -License: public-domain or Unlicense +Files: ./thirdparty/noise/FastNoiseLite.h +Comment: FastNoise Lite +Copyright: 2020, Jordan Peck and contributors +License: MIT Files: ./thirdparty/misc/pcg.cpp ./thirdparty/misc/pcg.h |