Skip to content

[Release] 3.0.0

Compare
Choose a tag to compare
@Articdive Articdive released this 23 Oct 08:50

Additions:

  • Now added NoiseModules which include the "CombinationModule" and "OctavationModule"
  • Added 1D Noise

Removals:

  • Removed the OctaveNoiseGenerator, the exact same behaviour can be achieved using the "OctavationModule"

Changes:

  • Changes to the output range and generation schema of the WhiteNoiseGenerator have been made, please stay on an older version if you require the old WhiteNoiseGeneration algorithm.
  • Small improvements to nearly all noise algorithms to speed up their evaluation, (less casting, assignment operators etc.)