JSModeler Versions Save

A JavaScript framework to create and visualize 3D models.

v0.45

5 years ago
  • Renamed originalJsonIndex to originalJsonMeshIndex in converted three.js model.
  • Introduced originalJsonMaterialIndex in converted three.js model.

v0.44

5 years ago
  • Fit to meshes functionality JSM.ThreeViewer.
  • OFF file import.

v0.43

5 years ago
  • Minor updates around the tests and examples.
  • Fixed Tr parameter handling in case of obj import.

v0.42

7 years ago
  • 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.

v0.41

7 years ago
  • Updated three.js version.
  • Polygon cut algorithm improvements.

v0.40

8 years ago
  • 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.

v0.39

8 years ago

Internal viewer improvements.

v0.38

8 years ago

Implemented touch zoom and pan for viewers.

v0.37

8 years ago
  • Major source structure modification (sorry for incompatibility).
  • New Polygon2D class, and triangulation algorithm.
  • Utility functions are moved to relevant classes.

v0.36

8 years ago
  • 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.