Skip to content

Releases: LiangliangNan/Easy3D

Easy3D-v2.4.4

02 Apr 08:15
Compare
Choose a tag to compare
  • minor bug fixes

Easy3D-v2.4.3

08 Feb 19:57
Compare
Choose a tag to compare
  • all easy3d libraries prefixed with easy3d_;
  • clearer structure of the build tree;
  • some minor bug fixes.

Easy3D-v2.4.2

22 Dec 21:24
Compare
Choose a tag to compare

Support polyhedral meshes

Easy3D-v2.4.1

02 Dec 10:46
Compare
Choose a tag to compare

Bug fixes and code cleaning.

Easy3D-v2.4

11 May 21:47
Compare
Choose a tag to compare
  • First version with finalized API.
  • Clean module dependency.

Easy3D-v2.3.1

05 May 18:55
Compare
Choose a tag to compare
  • Tessellator now uses a more robust hash function;
  • Fixed a bug in ManifoldBuilder where the outgoing halfedge of vertices may not be valid after modification of the model.
  • Added Delaunay triangulation.

Easy3D-v2.3

26 Apr 12:08
Compare
Choose a tag to compare

Add a new class 'State' to manage the rendering states of drawables.

Easy3D-v2.2

23 Apr 20:45
Compare
Choose a tag to compare
  • New features: mesh curvature, simplification, smoothing, fairing, remeshing, hole filling, subdivision, etc., based on the PMP library;
  • Better tutorial structure (new tutorials will be added soon);
  • Easier OpenGL buffer management for standard drawables.

Easy3D-v2.1

11 Jan 21:44
Compare
Choose a tag to compare

More features and cleaner code.

Easy3D-v2.0

19 Apr 05:53
Compare
Choose a tag to compare

Major changes:

  • Reorganized the classes/functions in modules (i.e., core, viewer, fileio, util).
  • Added a few rendering techniques (e.g., shadow, eye-dome lighting, ambient occlusion, transparency).
  • Added a few tutorial examples.