JSModeler Versions Save

A JavaScript framework to create and visualize 3D models.

v0.35

9 years ago
  • Add Bezier curve generator functionality.
  • Add possibility to specify height of each SVG element in SVG To Model Converter.
  • Changed unit test framework to sutest: https://www.npmjs.com/package/sutest

v0.34

9 years ago
  • Fix errors around hole polygon triangulation.
  • Create node based unit test system.

v0.33

9 years ago
  • Viewer now should initialize by canvas, not canvas name.
  • Add texture support to importers.
  • Introducing Octree class.

v0.32

9 years ago
  • Added internal renderer engine.
  • Added 3DS, OBJ and STL file import.
  • Updated Three.js to version 68.

v0.31

9 years ago
  • Fixed mobile navigation.

v0.30

9 years ago
  • Own renderer and point cloud renderer improvements.
  • Added Surface Point Clouds example.

v0.29

9 years ago
  • Introduce internal renderer and viewer (without three.js).
  • Introduce point cloud renderer and viewer.
  • Move camera orbit, pan and zoom to separate navigation class.
  • Make matrix representation column-major.
  • Other refactors.

v0.28

10 years ago
  • Added user interface classes.
  • Created new generator demonstration.

v0.27

10 years ago
  • Created automatic reference manual documentation.
  • Documented all main modules.
  • Placed some functionalities to other modules.

v0.24

10 years ago
  • Added Bezier surface generator.
  • Corrected usage of prototype.
  • Modified parameters of GenerateSegmentedRectangle.