• Joined on 2019-10-03
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-30 11:28:48 +01:00
a9e0f9612b add some comments
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-30 10:35:50 +01:00
dac20b6f38 blblblblblbl
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-28 17:14:22 +01:00
8686f6836f add a readme
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-28 17:13:57 +01:00
516b11ca34 add a readme
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-28 16:55:36 +01:00
686e8cf397 improve smoothing
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-27 17:05:14 +01:00
be6a1d4f8a fix a bug in the implicit hole filling
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-27 16:55:09 +01:00
50255ebfbb cleanup ui code
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-27 15:29:18 +01:00
831931e8dc add ui controls to the implicit hole filling
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-27 14:11:48 +01:00
64da1084a0 fix view controls
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-27 11:38:42 +01:00
61082c8331 add right click panning to the view
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-27 11:20:36 +01:00
24dabed48c implement implicit hole filling
8177b52927 add implicit hole filling base code
Compare 2 commits »
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-25 15:01:37 +01:00
1659341370 add MeshReconstruction dep and some test meshes
068dede832 smoothing tweaks
a15cb96e2e fix a bug where we were throwing a string instead of an exception
36891b7589 ui rework
b6b07e3260 fix curvature computation error
Compare 8 commits »
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-14 12:06:10 +01:00
98d8089893 only use the 1-ring to approximate the patch if it's big enough
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-13 18:06:20 +01:00
7e8749991e minor improvements
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-13 17:53:39 +01:00
a8f9e1db56 add vertex picking
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-13 13:32:39 +01:00
0d285db809 change view controls
1d88c993b9 optimize 2-ring traversal
1d1f2c22f7 lower the quadratic patch resolution
Compare 3 commits »
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-12 21:29:24 +01:00
c97e80929e update compiler requirements
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-12 21:24:06 +01:00
0e7e75d3f5 better stats functions
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-12 20:59:56 +01:00
edcffa34c3 switch back to an eigen-based MyMesh
ccolin pushed to master at ccolin/mod_geo-tp 2021-11-12 20:53:32 +01:00
07093b6197 refactor quadratic patch code