v2.17.0 🚀 Extrusion geometry 🚀
What's Changed
- performance: Tube rendering is now faster and more accurate, thanks to a new custom geometry
- feature: The parser can calculate layer height for each layer. It is used in tube rendering as the line height of extrusions
- options: New option
lineHeight
, that overrides the height of all extrusion lines in tube rendering
The repo also got some improvements:
- Automatic deploy of the demo when pull-requests are opened and merged
Pull requests
- Add autodeploy action by @remcoder in #155
- ExtrusionGeometry: use a custom geometry for extrusions by @sophiedeziel in #149
- Fix readonly type by @sophiedeziel in #160
- Layer height by @sophiedeziel in #161
- Fix the PR deploy to run on the PR and not the PR target by @sophiedeziel in #162
- Fix github actions to run on the pr branch by @sophiedeziel in #163
Full Changelog: v2.16.0...v2.17.0