Releases: bohnacker/Stretch_Transform
Releases · bohnacker/Stretch_Transform
Release v0.3.2
Release v0.3.0
Major changes:
- Removed the possibility to give points as separate x, y, (and z) coordinates. All points must be given and are returned as arrays. Maintaining both ways was getting a bit confusing and I think this way it's also less confusing for the user.
Release v0.2.1
Bug fixes:
- removed dependencies to p5.js that remained accidently
New:
- added a simple example
Release v0.2.0
Changes since previous release:
- StretchTransform now works in 3d space
- removed weightingMode DIRECTIONAL because it never looked very useful to me
- changed the way how to provide points/vectors to the functions. Previously x and y were seperate arguments, now every point is given as an array of two or three numbers: [x, y] or [x, y, z]
First release v0.1.0
updated reference