Release : 2021 JUN 20
-
There's a new release of JSCAD, including changes from several pull requests.
Features
modeling: added mat4.isIdentity()
regl-renderer: added new command drawLines, and adjusted demos (#863)NOTES:
- For applications that use regl-renderer, please update the options for the renderer.
drawCommands: { // draw commands bootstrap themselves the first time they are run drawAxis: drawCommands.drawAxis, drawGrid: drawCommands.drawGrid, drawLines: drawCommands.drawLines, // NEW drawMesh: drawCommands.drawMesh }
Successfully published:
- @jscad/cli@2.2.5
- @jscad/core@2.3.5
- @jscad/amf-deserializer@2.1.2
- @jscad/amf-serializer@2.0.6
- @jscad/dxf-deserializer@2.3.2
- @jscad/dxf-serializer@2.0.6
- @jscad/io-utils@2.0.5
- @jscad/io@2.0.6
- @jscad/json-deserializer@2.0.6
- @jscad/json-serializer@2.0.5
- @jscad/obj-deserializer@2.0.5
- @jscad/stl-deserializer@2.1.2
- @jscad/stl-serializer@2.0.6
- @jscad/svg-deserializer@2.2.4
- @jscad/svg-serializer@2.2.3
- @jscad/x3d-serializer@2.2.4
- @jscad/modeling@2.5.0
- @jscad/regl-renderer@2.2.0
- @jscad/vtree@2.0.6
- @jscad/web@2.4.0