Skip to content

Update examples to use FastNoise and Smooth Noise modules

Compare
Choose a tag to compare
@monkstone monkstone released this 06 Apr 18:28
· 10 commits to master since this release

Noise is now implemented as a JRuby java extension as wrapper around OpenSimplex2F.java and OpenSimplexS.java (by Kurt Spence aka KDotJPG). FastMath module is included to give default noise and tnoise (more suitable for terrains). See PiCrate-2.4.0 release.