Additions:
- Domain Warping transformer
- Minimization functions
- More smoothstep functions
- Cylinder noise generator
- Sphere noise generator
- Checkerboard noise generator
- Gaussian white noise generator
- Blending noise module
Removals:
- Moved some interfaces (e.g. Combiner) into the core api. Old versions are deprecated and removed in next release.
Changes:
- Fixes to octavation (the fractal bounding was calculated incorrectly)
- Improvements to the javadocs and documentation