Releases: coryleach/UnityProcgen
Releases · coryleach/UnityProcgen
Fixing missing method in IRandomNumberGenerator
Wave function collapse & Updated RNG class
Merge pull request #7 from coryleach/dev Updated RNG and testing out Wave function collapse methods
Random Access Perlin & Simplex
- Added Value, Perlin and Simplex noise static utility classes
- Value, Perlin, and Simplex noise methods provide stateless random access to noise
- Added Squirrel Eiserloh's noise methods for random access noise
- Modified existing demos to be able to use new noise methods
Build fixes
Merge pull request #5 from coryleach/dev Runtime build fixes
0.0.5: Merge pull request #3 from coryleach/dev
Removed an unnecessary using causing an error
0.0.4: Merge pull request #2 from coryleach/dev
Added public methods for querying the height of a map point