JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Release : 2021 JUN 20

    Announcements
    1
    1
    148
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • z3dev
      z3dev last edited by

      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:

      1. 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
      1 Reply Last reply Reply Quote 1
      • First post
        Last post
      Powered by NodeBB | Contributors