Releases: FarazzShaikh/glNoise
Releases · FarazzShaikh/glNoise
1.6.1
1.6.0
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 ongl-noise
to easy load shaders.
- These include:
1.5.1
Version 1.5.1
Changed
- Added TS types to NPM module
1.5.0
Version 1.5.0
Changed
- Remove UMD modules in favor of ES Modules
- Build tools
Fix
- Patched more bugs with newlines
- Redirect examples to FarazzShaikh/Experiemnts
1.4.2
Version 1.4.2
Fix
- Patched bug with newlines
1.4.1
Version 1.4.1
Fix
- Patched bug in
glNoise.m.js
1.4.0
Version 1.4.0
New
- Curl Noise
- Introduced dependency system
- This will allow for more complex, compound noise functions.
1.3.1
Version 1.3.1
Breaking
- Patched bugs
1.3.0
Version 1.3.0
Breaking
build/glNoise.m.js
now stubs out NodeJS specific imports. Usebuild/glNoise.m.node.js
instead.
1.2.0
Version 1.2.0
Breaking
- Renamed
gln_tVoronoiOpts -> gln_tVoronoiOpts
- Moved
gln_tVoronoiOpts
from theCommon
to theWorley
chunk.
Changed
- Added Gerstner Waves