Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Mapple_for_Linux_v2.5.3.AppImage | 2024-02-20 | 80.9 MB | |
Mapple_for_Windows_v2.5.3.zip | 2024-02-19 | 69.4 MB | |
Mapple_for_macOS_v2.5.3.dmg | 2024-02-19 | 50.0 MB | |
Easy3D-v2.5.3 source code.tar.gz | 2024-02-19 | 38.8 MB | |
Easy3D-v2.5.3 source code.zip | 2024-02-19 | 40.3 MB | |
README.md | 2024-02-19 | 1.3 kB | |
Totals: 6 Items | 279.4 MB | 0 |
Changes * Added support to the MinGW compiler. * The OBJ format loader can handle per-vertex color attributes. * Added a few matrix algorithms (SVD, inverse, determinant, least squares solver). * Kd-trees can be created from an array of 3D points (not only PointCloud). * Added a function to compute the perpendicular feet of two 3D lines. * More robust face normal calculation for concave faces in SurfaceMesh. * Added algorithms for convex partition of polygons. * Added screen-constrained manipulation (rotation and translation). * Added Viewer::bind(...) and Viewer::set_usage(...) for easier executing user functions. * Fixed various bugs and warnings.