Skip to content

Releases: kovacsv/occt-import-js

occt-import-js 0.0.22

27 Apr 19:58
Compare
Choose a tag to compare

Changes:

  • 🚀 Update Emscripten to version 3.1.58.
  • 🚀 Clean-up web worker code.

occt-import-js 0.0.21

17 Jul 18:10
Compare
Choose a tag to compare

Changes:

  • 🐞 Fix unit handling in an edge case.

occt-import-js 0.0.20

16 Jul 19:37
Compare
Choose a tag to compare

Changes:

  • 🚀 Define the measurement unit of the output #32

Important notes:

  • 💥 Breaking change: If you define linearDeflection now you have to define linearDeflectionType as absolute_value to make it compatible with earlier versions. See README.md for details.

occt-import-js 0.0.19

01 Jul 04:40
Compare
Choose a tag to compare

Changes:

  • 🚀 Use wasm-exceptions for better performance and lower file size #29

occt-import-js 0.0.18

15 Apr 05:10
Compare
Choose a tag to compare

Changes:

Important notes:

  • 💥 Breaking change: face_colors are now replaced with brep_faces that contains all the faces from the original b-rep, even if the face has no specified color.
  • The wasm file size is much smaller now, but it has a slight effect on performance. The wasm file reduced by ~40%, but the speed decreased by ~15%. It was a trade-off, let me know if this breaks your workflow.

occt-import-js 0.0.17

12 Apr 16:04
Compare
Choose a tag to compare
  • Colors not working in dm1-id-214.stp #23

occt-import-js 0.0.16

12 Apr 04:26
Compare
Choose a tag to compare
  • Names don't work in case of reference shapes #24
  • THREE.js viewer example missing face colors #15

occt-import-js 0.0.15

07 Jan 15:08
Compare
Choose a tag to compare
  • Updated emscripten to 3.1.28.
  • Updated mingw to 7.1.0.
  • Updated occt to V7_7_0.