2.18.0 ๐๏ธ Summer time ๐๏ธ
Features
- performance: Tube rendering is now more performant due to the use of BatchedMesh. This results in higher frame rates especially for larger models. (requires Threejs v0.159+) by @sophiedeziel in #164
- Introduce Dev mode by @sophiedeziel in #157
This uses lil-gui to add a panel with some debug stats and toggles. For instance, it allows you so see the wireframe of the model.
Bugs & small updates
- Bump braces from 3.0.2 to 3.0.3 in /examples/vue-demo by @dependabot in #167
- Fix slowdown in progressive render by @remcoder in #136
Docs & typing
- Documentation by @sophiedeziel in #166
- Feature/mark methods as internal by @remcoder in #173
- Export type GCodePreviewOptions by @remcoder in #175
Demo
- Upgrade to Threejs v0.159 and use module imports by @sophiedeziel in #158
- Fix/stats counter position by @remcoder in #182
Full Changelog: v2.17.0...v2.18