Skip to content

Releases: FarazzShaikh/glNoise

1.6.1

05 Sep 15:03
Compare
Choose a tag to compare

Version 1.6.1

BREAKING

  • Patch functions are no longer async.

1.6.0

31 Aug 08:41
Compare
Choose a tag to compare

Version 1.6.0

New

  • Added patch functions that take in shaders as strings directly.
    • These functions do not load shaders from file.

NOTE

  • Loader functions will be depricated in a future release. Instead getting their own package.
    • These include:
      • loadShaders
      • loadShadersRaw
      • loadShadersCSM
    • This is to remove CSM's dependance on gl-noise to easy load shaders.

1.5.1

04 Aug 07:50
Compare
Choose a tag to compare

Version 1.5.1

Changed

  • Added TS types to NPM module

1.5.0

04 Aug 07:22
Compare
Choose a tag to compare

Version 1.5.0

Changed

  • Remove UMD modules in favor of ES Modules
  • Build tools

Fix

1.4.2

22 Jul 12:45
Compare
Choose a tag to compare

Version 1.4.2

Fix

  • Patched bug with newlines

1.4.1

21 Jul 16:58
Compare
Choose a tag to compare

Version 1.4.1

Fix

  • Patched bug in glNoise.m.js

1.4.0

18 Jul 15:36
9946924
Compare
Choose a tag to compare

Version 1.4.0

New

  • Curl Noise
  • Introduced dependency system
    • This will allow for more complex, compound noise functions.

1.3.1

15 Jul 06:10
Compare
Choose a tag to compare

Version 1.3.1

Breaking

  • Patched bugs

1.3.0

15 Jul 05:38
Compare
Choose a tag to compare

Version 1.3.0

Breaking

  • build/glNoise.m.js now stubs out NodeJS specific imports. Use build/glNoise.m.node.js instead.

1.2.0

07 Jun 13:08
Compare
Choose a tag to compare

Version 1.2.0

Breaking

  • Renamed gln_tVoronoiOpts -> gln_tVoronoiOpts
  • Moved gln_tVoronoiOpts from the Common to the Worley chunk.

Changed

  • Added Gerstner Waves