Commit Graph

  • 8240b0e3fd update windows tests alemuntoni 2020-06-19 14:59:17 +0200
  • 385776d351 introducing github actions vcg alemuntoni 2020-06-19 14:53:06 +0200
  • a64bc32ab7 Merge remote-tracking branch 'alemuntoni/devel' into devel alemuntoni 2020-06-19 14:28:52 +0200
  • fb5258c157
    Merge pull request #88 from alemuntoni/move_edit_align_to_vcg Alessandro Muntoni 2020-06-02 12:14:51 +0200
  • 26aad15835 comment non compiling sample on windows alemuntoni 2020-06-01 17:03:44 +0200
  • da737ebad7 cleanups and comments alemuntoni 2020-06-01 16:42:53 +0200
  • fcdf421f47 align_pair sample working alemuntoni 2020-06-01 16:33:44 +0200
  • 5b6d6ec767 first non-working align_pair sample alemuntoni 2020-05-30 17:10:27 +0200
  • e5a15a2c48 solved compile error perfect_spatial_hashing alemuntoni 2020-05-29 17:26:25 +0200
  • 4d57dde102 fix compile error assert alemuntoni 2020-05-29 15:21:38 +0200
  • 64e352374a last implementations moved from meshlab alemuntoni 2020-05-29 15:18:33 +0200
  • 074a89c588 more implementations imported from meshlab alemuntoni 2020-05-29 14:48:29 +0200
  • a374e959ee more implementation and some refactoring alemuntoni 2020-05-29 13:20:57 +0200
  • 6cd9d7aa91 refactoring alemuntoni 2020-05-29 12:18:41 +0200
  • 74d417ac13 point_matching_scale moved to vcg alemuntoni 2020-05-29 12:17:10 +0200
  • ec730298fa TMP: first move align_pair alemuntoni 2020-05-29 11:55:51 +0200
  • e7ce2614ec moved newuoa to vcg alemuntoni 2020-05-29 10:56:33 +0200
  • 0caaf49d37 unuseful copy constructor box - deleted trackball assignment operator alemuntoni 2020-05-20 15:59:46 +0200
  • f2ce7bdf69 added one more parameter in SmoothPCA to ignore some faces in the computation nico 2020-05-15 10:02:30 +1000
  • d223c497cd removed FacePos and PerMeshAttributeHandle assignment operators alemuntoni 2020-05-06 15:56:15 +0200
  • fdb994ddd8 removed unuseful matrix44 copy constructor alemuntoni 2020-05-06 12:00:29 +0200
  • f1a642ad28 removed using namespace std from header file alemuntoni 2020-05-12 15:31:58 +0200
  • 39a4030a70 removed using namespace std from header file alemuntoni 2020-05-12 15:31:58 +0200
  • 59b67d95d3 removed FacePos and PerMeshAttributeHandle assignment operators alemuntoni 2020-05-06 15:56:15 +0200
  • e64096febe removed unuseful matrix44 copy constructor alemuntoni 2020-05-06 12:00:29 +0200
  • d657112c13 relax in isotropic_remeshing colinear clean constraints korialis 2020-04-30 15:30:29 +0200
  • fa55696070 added missing include Marco Potenziani 2020-04-28 14:58:43 +0200
  • f7871eed2d bugfixes and PR template alemuntoni 2020-04-17 16:44:23 +0200
  • e9ea05be02 added copy of quality in triangulation of polygonal faces nico 2020-04-10 16:39:49 +1000
  • 34eccf9958 fixed floating point precision inconsistency causing collisions in hsv color computation korialis 2020-04-01 09:27:43 +0200
  • 9b47103f6f
    fixed unnecessary whitespace T.Alderighi 2020-04-01 09:46:14 +0200
  • 9bd0068798 fix import fbx without materials alemuntoni 2020-03-31 15:19:23 +0200
  • 5358a0197c update CLA alemuntoni 2020-03-30 12:48:48 +0200
  • 6e5e8e25d3 new CLA.pdf alemuntoni 2020-03-30 12:32:25 +0200
  • 076f6bcbb7
    Merge pull request #72 from DaveGargan/devel Alessandro Muntoni 2020-03-30 11:02:12 +0200
  • 2d35e3964d
    Merge pull request #64 from norbertwenzel/virtual_dtor_cleanup Alessandro Muntoni 2020-03-30 10:08:40 +0200
  • d0cd299f34 added subdivision step for polygonal mesh nico 2020-03-23 16:05:31 +1100
  • 5cc3ca4d70 some minor changes over triangulate and smoothPCA nico 2020-03-22 12:10:34 +1100
  • 75243d1cc2 corrected some visualisation issue nico 2020-03-22 12:09:40 +1100
  • 0fa9233f78 better interpolation of magnitude values when interpolate from vertices to faces nico 2020-03-22 12:08:38 +1100
  • f7ed8fd13d added optional FF adjacency update when computing border length Luigi Malomo 2020-03-17 10:53:31 +0100
  • 5c21b15d36 added ToEigenVector function to Point2 with templated return type Luigi Malomo 2020-03-03 19:14:45 +0100
  • e9737e93f3 added VV and VF ordered star parameter to choose the CW ordering of returned pos/vertices Luigi Malomo 2020-03-03 19:08:55 +0100
  • 62a9ed2fd1 fixed pos operator Luigi Malomo 2020-03-03 19:06:28 +0100
  • 3285c6b1e5 fix some gcc warnings alemuntoni 2020-02-27 16:31:39 +0100
  • 5fa560e9e6 char -> signed char in mc_lookup_table.h alemuntoni 2020-02-26 19:19:50 +0100
  • 10b4d6664d fix omp compile error on windows (no unsigned int supported by MSVC) alemuntoni 2020-02-21 11:03:47 +0100
  • a78a51e650 handling non trivially copyable types in the attribute copy when appending meshes. https://en.cppreference.com/w/cpp/types/is_trivially_copyable T.Alderighi 2020-02-20 20:31:47 +0100
  • c28ee8c5b4 added postfix ++ operator to VFIterator Luigi Malomo 2020-02-19 15:21:22 +0100
  • 74c7b308ed Moved delaunay mesh creation function from voronoi remesher to voronoi processing Added better runtime info (by callback use) Paolo Cignoni 2020-02-13 19:00:30 +0100
  • d3b9aa83c1 added missing copy of the VF adjacency info contained inside the faces Luigi Malomo 2020-02-12 18:18:15 +0100
  • cb13f92466 Update trimesh_voronoi_remesh.cpp Paolo Cignoni 2020-02-11 19:35:48 +0100
  • 6358aebc09 Merge branch 'devel' of https://github.com/cnr-isti-vclab/vcglib into devel Paolo Cignoni 2020-02-11 19:35:04 +0100
  • 2da7a93146 Update symmetry.h Paolo Cignoni 2020-02-11 19:33:01 +0100
  • ae5e873c2a minor fixes Luigi Malomo 2020-02-11 17:15:00 +0100
  • ebd77034ad added rudimental (optional) offsetting in splitmanifoldcomponents T.Alderighi 2020-02-11 16:41:11 +0100
  • cd2e6af09e Moved initialization to definition. Paolo Cignoni 2020-02-09 16:21:01 +0100
  • 934e017ac6 Merge branch 'devel' of https://github.com/cnr-isti-vclab/vcglib into devel Paolo Cignoni 2020-02-09 16:19:08 +0100
  • 399de43c20 Removed warning, corrected commandline info Paolo Cignoni 2020-02-09 16:18:52 +0100
  • 4f5a0b7257 added ToEigenVector function to Point3 with templated return type Luigi Malomo 2020-02-07 15:25:11 +0100
  • 24f02fdaa9 null-initialization of Box3 is now explicit Luigi Malomo 2020-02-07 15:23:27 +0100
  • c6f5cfb78d removed weird reference-to-pointer parameters Luigi Malomo 2020-02-07 15:22:46 +0100
  • c220b3b415 made null-initialization of FFp more explicit Luigi Malomo 2020-02-07 15:19:57 +0100
  • 15ea014cf9 fixed comment on Append::Mesh Luigi Malomo 2020-02-07 15:18:50 +0100
  • 665f8463f8
    Merge pull request #75 from IasonManolas/IndexConstness_devel Luigi Malomo 2020-02-06 12:17:27 +0100
  • a4936cfe89 Added constness specifier to Index function. Iason 2020-02-05 17:35:15 +0100
  • a43fcd3be3 restored PackAtFixedScale function Andrea Maggiordomo 2020-02-04 10:10:51 +0100
  • 1d37c9a85b removed unused code T.Alderighi 2020-02-03 16:45:49 +0100
  • 2f97d9bd8f In PLY import consume comments that appear before format header Dave Gargan 2020-01-31 11:22:03 +0000
  • 683c8ceed6
    Update README.md Luigi Malomo 2020-01-28 12:44:39 +0100
  • cfe695ece3 added clean option in isotropic remeshing and updated the remeshing example T.Alderighi 2020-01-17 13:56:13 +0100
  • 87f8ba9b33 fixed bugs and compilation errors in nanoply Luigi Malomo 2020-01-17 10:54:37 +0100
  • 252a67539b removed useless check Luigi Malomo 2020-01-17 10:51:15 +0100
  • 33adb164f2 splitmanifoldcomponents T.Alderighi 2020-01-16 19:48:31 +0100
  • 404c57fd2b fix yet another type (splitmanifoldcomponents) T.Alderighi 2020-01-16 19:27:21 +0100
  • 83b00f0219 hotfix splitmanifoldcomponents T.Alderighi 2020-01-16 19:00:30 +0100
  • 662e316767 fixed leftover typo T.Alderighi 2020-01-16 18:45:51 +0100
  • 3449199f07 added splitinmanifoldComponents T.Alderighi 2020-01-16 18:36:41 +0100
  • b584642c84 increased support for not 2-manifold meshes, && not-2-manifold vertices geometric preservance T.Alderighi 2020-01-15 19:11:40 +0100
  • 08a16799d6 added *NotManifold versions for CheckFlipEdge() and FlipEdge() to use over not 2-manifold meshes T.Alderighi 2020-01-15 19:09:28 +0100
  • b01f140e50 added clearSelection flag (default true) to avoid vertex selection clearing T.Alderighi 2020-01-15 19:08:16 +0100
  • 601265e961 fixed unharmful assert catching due to compactfacevector assumptions on face topology T.Alderighi 2020-01-13 13:50:23 +0100
  • 681db6e551 fixed minor warning nico 2020-01-12 22:35:14 +1100
  • 0148e9ff4b corrected some compilation issue nico 2020-01-12 22:34:50 +1100
  • 9e4394a656 corrected some error in Import/export 4rosy nico 2020-01-12 22:33:48 +1100
  • f2a5f1ef72 minor changes to isotropic remeshing T.Alderighi 2020-01-10 10:10:59 +0100
  • 3a15e94e95 improvements to smoothing step T.Alderighi 2020-01-08 11:04:09 +0100
  • 9af4312450 minor tweaks on isotropic remesher T.Alderighi 2020-01-07 14:26:44 +0100
  • 662950a347 small mods to isotropic remeshing T.Alderighi 2020-01-04 17:03:30 +0100
  • 1d082b7fbe fixed bug in perimeter computation Luigi Malomo 2019-12-20 17:21:38 +0100
  • 1f75de3df3 fixed creases handling problems on non manifold edges T.Alderighi 2019-12-20 14:40:52 +0100
  • 50165d7b03 solved bug non-referenced vertices in hc laplacian smoothing alemuntoni 2019-12-18 15:47:12 +0100
  • 73efe508d0 fixed VFAdjacencyIsInitialized in MeshAssert Luigi Malomo 2019-12-13 16:08:05 +0100
  • 795f5473d6 complete rework of the crease preserving strategy for isotropic_remeshing & removed manifoldness constraint. Small patch in edge_collapse adding a parameter to do (default=false) for crease information preservation after collapse Added refineMidpoint in refine to perform midpoint refinement without manifoldness constraints T.Alderighi 2019-12-11 16:33:07 +0100
  • 1b1023179f adding reserve on vectors causes huge speedup, especially for algorithms that heavily rely on these subroutines T.Alderighi 2019-12-11 10:25:48 +0100
  • 7e6c7c71b3 fix a bug that causing heap priority to be inconsistent after updating vertex quality [using windows runtime this would cause an assertion to fail] T.Alderighi 2019-12-11 10:23:26 +0100
  • 2cb784264e fixed wrong asserts in texcoord2 Luigi Malomo 2019-12-10 18:52:09 +0100
  • 93abca0369 fixed import of vertex texcoord component Luigi Malomo 2019-12-10 17:02:24 +0100
  • 7f5ebbd2c5 added import function to TexCoord2 and fixed inconsistencies with Point2 Luigi Malomo 2019-12-10 17:01:20 +0100
  • cfbece0e98
    typo Paolo Cignoni 2019-12-10 11:55:55 +0100