Releases: kovacsv/JSModeler
Releases · kovacsv/JSModeler
version 0.45
version 0.44
- Fit to meshes functionality JSM.ThreeViewer.
- OFF file import.
version 0.43
- Minor updates around the tests and examples.
- Fixed Tr parameter handling in case of obj import.
version 0.42
- Introduced Path2D object, which can handle path building with holes.
- Added TextGenerator extension to generate 3D text.
- Model can store now Materials.
- lib folder created in the build folder for external libraries.
version 0.41
- Updated three.js version.
- Polygon cut algorithm improvements.
version 0.40
jsmodeler.viewer.js
is renamed tojsmodeler.ext.three.js
.- Svg to model functionality moved to an extension:
jsmodeler.ext.svgtomodel.js
.- This polyfill is required to work in Chrome: https://github.com/progers/pathseg.
- Point and line support in body.
- Subdivision now works on opened bodies.
- Internal viewer improvements.
version 0.39
Internal viewer improvements.
version 0.38
Implemented touch zoom and pan for viewers.
version 0.37
- Major source structure modification (sorry for incompatibility).
- New Polygon2D class, and triangulation algorithm.
- Utility functions are moved to relevant classes.
version 0.36
- Moved Three.js viewer outside of JSModeler build. Now you have to include jsmodeler.viewer.js if you want to use the Three.js viewer.
- Added and intersection utils.
- Added 2D geometry utils.