Commit Graph

5 Commits (adc43e18387bea8817b4ee207dbfab4b124c35aa)

Author SHA1 Message Date
CarlOlson 9904f0e74d add build artifacts to gitignore 2022-09-18 12:24:57 +10:00
huxingyi 8e5d622db7 Restructure the code base
Move the core function code to a dedicate folder under namespace dust3d.
Leave the application and UI code to application folder.
Remove CGAL, use our own mesh boolean algorithm and triangulating code, should have less chance to crash on bad meshes.
The overall performance of mesh combining is improved since some mesh validating code for CGAL is removed.
2021-11-18 22:58:01 +08:00
Jeremy Hu f1b219333f Fix deform 2018-04-18 00:14:31 +08:00
Jeremy Hu 20f4b669bb Add icons 2018-03-13 20:49:24 +08:00
Jeremy Hu 14bce78a4a Add skeleton to mesh generation(finished one side) 2018-03-12 13:27:22 +08:00