Skip to content

Releases: kovacsv/JSModeler

version 0.45

09 Feb 17:40
Compare
Choose a tag to compare
  • Renamed originalJsonIndex to originalJsonMeshIndex in converted three.js model.
  • Introduced originalJsonMaterialIndex in converted three.js model.

version 0.44

06 Jan 17:00
Compare
Choose a tag to compare
  • Fit to meshes functionality JSM.ThreeViewer.
  • OFF file import.

version 0.43

18 Nov 07:07
Compare
Choose a tag to compare
  • Minor updates around the tests and examples.
  • Fixed Tr parameter handling in case of obj import.

version 0.42

10 Nov 20:09
Compare
Choose a tag to compare
  • 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

12 Apr 17:22
Compare
Choose a tag to compare
  • Updated three.js version.
  • Polygon cut algorithm improvements.

version 0.40

02 Feb 18:04
Compare
Choose a tag to compare
  • jsmodeler.viewer.js is renamed to jsmodeler.ext.three.js.
  • Svg to model functionality moved to an extension: jsmodeler.ext.svgtomodel.js.
  • Point and line support in body.
  • Subdivision now works on opened bodies.
  • Internal viewer improvements.

version 0.39

16 Nov 20:38
Compare
Choose a tag to compare

Internal viewer improvements.

version 0.38

28 Sep 18:51
Compare
Choose a tag to compare

Implemented touch zoom and pan for viewers.

version 0.37

10 Aug 17:17
Compare
Choose a tag to compare
  • Major source structure modification (sorry for incompatibility).
  • New Polygon2D class, and triangulation algorithm.
  • Utility functions are moved to relevant classes.

version 0.36

08 May 16:56
Compare
Choose a tag to compare
  • 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.