Commit Graph

  • 9eb8672ba9 added RasterizedOutline2Packer::PackBestEffort() sample Andrea Maggiordomo 2019-12-10 10:14:10 +0100
  • 6c02f53fb1 tweaked rasterized packer Andrea Maggiordomo 2019-12-10 10:13:38 +0100
  • acf2331c70
    Update ContributorLicenseAgreement.md Paolo Cignoni 2019-12-06 07:44:12 +0100
  • 8a3d91fa42
    Update ContributorLicenseAgreement.md Paolo Cignoni 2019-12-06 07:24:18 +0100
  • 2f45aae20c updates to isotropic remeshing T.Alderighi 2019-11-27 17:15:09 +0100
  • 2fca22fc4e added missing cstring include Luigi Malomo 2019-11-21 18:42:25 +0100
  • 01943cf591 minor fix for windows Luigi Malomo 2019-11-21 17:27:46 +0100
  • 0cfeda19c1 fix bug on rotationmatrix computation corner case T.Alderighi 2019-11-21 17:14:34 +0100
  • 95f793a6cd fixed nanoply build Luigi Malomo 2019-11-21 17:09:32 +0100
  • 9c1fbc085c fixed nanoply build Luigi Malomo 2019-11-21 17:09:05 +0100
  • 303c4d14b5 minor changes Luigi Malomo 2019-11-21 17:08:15 +0100
  • 9fe918ca37
    Merge pull request #63 from norbertwenzel/issue-42 Paolo Cignoni 2019-11-06 19:14:39 +0100
  • d1c9bd68a0 Remove unused overloads that do not compile Norbert Wenzel 2019-10-27 08:34:13 +0100
  • d0c135e0e0 Mark internal class as `final` Norbert Wenzel 2019-10-24 22:23:45 +0200
  • 30f05d8fc9 Add virtual default dtor to base class Norbert Wenzel 2019-10-20 13:38:39 +0200
  • 910da4c3e3 fixed bug when opening ply files containing float scalartype on a double scalartype mesh and viceversa T.Alderighi 2019-09-19 17:56:55 +0200
  • ca65cf2162 added support for face normals export and import and face (double precision) quality export and import for ply format T.Alderighi 2019-09-10 15:42:41 +0200
  • d46c581ffb implemented least squares rigid motion Luigi Malomo 2019-06-10 12:09:48 +0200
  • 50939143f5 temporarily reverted ClearAttributes in mesh destructor Luigi Malomo 2019-05-15 18:32:44 +0200
  • 8147097df8 avoided computing curvature if not needed nico 2019-05-15 11:53:12 +1000
  • b81e2e98bc solved one template problem nico 2019-05-15 11:52:54 +1000
  • 3b5464e4a0 improved precision for a closest point in SegmentPointDistance Luigi Malomo 2019-05-13 12:06:08 +0200
  • b619a09508 Simple example for mesh uniform resampling class Paolo Cignoni 2019-05-08 11:28:54 +0200
  • 565f4c4f53 added k-neighbors instead of radius to make it more stable nico 2019-05-06 18:17:17 +1000
  • eab154fca5 solved one numerical issue in RotationMatrix nico 2019-05-04 22:28:28 +1000
  • 67cb231cc3 added one flag in Triangulate to modify only selected faces nico 2019-04-26 16:54:43 +1000
  • 02e04e901a added define to compile without comiso and use only polyvector field nico 2019-04-24 11:51:08 +1000
  • 42b17bf904 corrected one bug in SmoothIterative nico 2019-04-24 11:50:48 +1000
  • 289fa731b9 correctd one bug added flag to keep some vertex fixed nico 2019-04-24 11:50:15 +1000
  • 60ea359ec4 Fixed integer overflow occurring in fillChunk() if mesh had a single face with wedge texcoords Andrea Maggiordomo 2019-04-08 14:03:47 +0200
  • 011764d5b2 Added delete[] to VectorNBW<bool> destructor Andrea Maggiordomo 2019-03-25 13:01:44 +0100
  • 624c15e390 Added call to ClearAttributes() in Trimesh destructor Andrea Maggiordomo 2019-03-25 12:58:54 +0100
  • ed63e3f7ee Update tangent_field_operators.h nico 2019-03-21 16:49:17 +1100
  • ce75b4e68f updated polygon triangulate funnction + corrected Dijkstra spelling Luigi Malomo 2019-02-28 12:37:01 +0100
  • 5ab1b189a0 Added function to pack at fixed scale into a given number of container Andrea Maggiordomo 2019-02-01 10:53:31 +0100
  • 19adc39387 Updated RasterizedOutline2Packer Andrea Maggiordomo 2019-01-31 14:28:24 +0100
  • e09bc0763a Added some missing templates to outline_support.h Andrea Maggiordomo 2019-01-31 14:21:28 +0100
  • dcf7e0aeb4 minor fix Luigi Malomo 2019-01-30 14:45:49 +0100
  • 251bbf87bd fixed RemoveUnreferencedVertex() Andrea Maggiordomo 2019-01-30 11:16:45 +0100
  • b320f95ed7 bugfix Luigi Malomo 2019-01-17 16:37:01 +0100
  • 44c32a0b02 added tolerance parameter to quickhull Luigi Malomo 2019-01-05 13:01:50 +0100
  • b7b1bc63e7 vt topology T.Alderighi 2018-12-21 12:55:18 +0100
  • 9a7cdf7d56 warning fix Luigi Malomo 2018-12-14 16:53:54 +0100
  • e6c18ff6d3 ply export: face quality type fixed Luigi Malomo 2018-12-14 16:44:55 +0100
  • fdfb58cf7e added eigen conversion to point2 Luigi Malomo 2018-12-14 16:43:31 +0100
  • b2bb45deb1 added PerVertUVArea and ScaleVertUVToMatchArea nico 2018-12-11 23:14:02 +1100
  • 5ea07c4ada added ByPoint quadric initialization nico 2018-12-01 07:03:06 +1100
  • a2c22505ed Added support of selection in polygon smoothing Paolo Cignoni 2018-11-29 00:46:35 +0100
  • 1d7a803c8c Added another Preconditionchech in MeshAssert VertexNormal are Normalized Paolo Cignoni 2018-11-29 00:46:25 +0100
  • d1b901cbb5 Corrected oldstyle usage of eigen SVD Paolo Cignoni 2018-11-29 00:35:55 +0100
  • b95684e6e5 Corrected some of the polygonal samples and created a collective sample_poly.pro Paolo Cignoni 2018-11-29 00:35:22 +0100
  • 09ddc00d8c Added missing requirement Paolo Cignoni 2018-11-29 00:33:32 +0100
  • 07de5590ff Added support of polygonal mesh to OFF Paolo Cignoni 2018-11-29 00:32:58 +0100
  • 280ea2dd42 Added two small OFF file (quad and tri fertility) Paolo Cignoni 2018-11-29 00:31:57 +0100
  • 6deb1afce2 harmless warnings Paolo Cignoni 2018-11-28 18:58:08 +0100
  • d38b6b4a32 harmless warnings Paolo Cignoni 2018-11-28 18:57:47 +0100
  • 9691602218 made the LaplacianReproject independent wrt scalar type used for the tri mesh nico 2018-11-21 23:18:17 +1100
  • 06f8a69ee1 removed the flag to fix irregulars on laplacian and created a version of LaplacianReproject that does not need a triangular mesh nico 2018-11-21 22:57:31 +1100
  • 8afa67c9be modified to work with mesh with float as scalar type nico 2018-11-13 11:45:26 +1100
  • 1016587ead typo T.Alderighi 2018-11-12 14:36:55 +0100
  • 6243f9a8ac small bug in clampedlerp not updating the local lambda value to the clamped one + added some constness T.Alderighi 2018-11-12 14:31:27 +0100
  • 91947c0f7e Restored the broken build... Paolo Cignoni 2018-10-25 07:43:53 +0200
  • d0ffe2a48f missing inline and added some constnt T.Alderighi 2018-10-23 14:35:50 +0200
  • 04f8825547 Merge remote-tracking branch 'origin/devel' into devel T.Alderighi 2018-10-23 11:08:59 +0200
  • e0cf265ce8 added oppositeF and V operators T.Alderighi 2018-10-23 11:00:36 +0200
  • c67a33e45c Adding multitexture support to FBX importer Andrea Maggiordomo 2018-10-16 13:02:47 +0200
  • bb87d68927 restored vertex perturbation in the voronoi remesher Luigi Malomo 2018-09-23 16:20:52 +0200
  • abd332b6dc added the option to avoid triangle subdivisions in the polygonal to triangular mesh conversion Luigi Malomo 2018-09-23 16:19:42 +0200
  • ac53416289 Cleaned the ofbx.cpp file to make it c++11 Paolo Cignoni 2018-09-09 11:35:54 +0200
  • 161c2c04f9 Add io_trimesh/import_fbx.h and sample file Paolo Cignoni 2018-09-09 09:26:07 +0200
  • 5eb5363d01 Added openfbx to wrap folder Paolo Cignoni 2018-09-09 09:12:08 +0200
  • 3dd1f38353 fix bug on edgecollapse T.Alderighi 2018-08-06 11:15:15 +0200
  • 96a8e0e08f fix bug about angle thresholding T.Alderighi 2018-08-06 10:47:06 +0200
  • d4f5f73324 added update of face edge sel on TriSplit::Apply nico 2018-07-23 17:48:34 +0200
  • 40781a5455 added some missing includes nico 2018-07-23 16:23:40 +0200
  • fd8fe3d82d removed perturbation from voronoi remeshing Luigi Malomo 2018-07-17 17:02:28 +0200
  • 9af6950914 adapted VVStarVF to work with polygonal meshes as well Luigi Malomo 2018-07-15 15:05:01 +0200
  • d5831911d2 typos T.Alderighi 2018-07-12 14:02:58 +0200
  • 22311c5340 Merge branch 'devel' of https://github.com/cnr-isti-vclab/vcglib into devel Gianpaolo Palma 2018-07-12 10:56:14 +0200
  • 4aa5b95f5b Bug fixing Gianpaolo Palma 2018-07-12 10:55:53 +0200
  • 90077c02dc added edgemeshconnectedcomponent and relative iterator T.Alderighi 2018-07-11 14:53:20 +0200
  • ddeab96232 tetra vtiterator vertexpointer constructor T.Alderighi 2018-07-09 18:50:12 +0200
  • ac79dadd89 very simple vtk tetrahedral mesh exporter (might seed a more general vtk exporter) T.Alderighi 2018-06-28 16:55:39 +0200
  • 6c3c940e34 compiler error in appveyor T.Alderighi 2018-06-07 11:52:44 +0200
  • fc8d50cd2b import msh meshes T.Alderighi 2018-06-07 10:58:25 +0200
  • 0cc19679b0 handle tetras in removeunrefvert T.Alderighi 2018-06-07 10:58:10 +0200
  • d37d9cdbfc vert tetra iterator T.Alderighi 2018-06-07 10:56:14 +0200
  • bb2d190b88 Merge branch 'devel' of https://github.com/cnr-isti-vclab/vcglib into devel Marco Callieri 2018-06-04 14:16:08 +0200
  • 2d0e455712 added "only to selection" for depth smoothing Marco Callieri 2018-06-04 14:15:55 +0200
  • 52de296f73 changed polygon-point distance function signature Luigi Malomo 2018-05-31 19:37:31 +0200
  • dd0e338923 seeding general tetra importer T.Alderighi 2018-05-29 16:39:37 +0200
  • 95ecdf424e better MSH tetra importer T.Alderighi 2018-05-29 16:21:17 +0200
  • fbda3f32f8 missing tetra container clear in the .Clear() call T.Alderighi 2018-05-29 14:21:38 +0200
  • dad4ad9ba3 added first basic version of msh importer T.Alderighi 2018-05-28 19:06:35 +0200
  • c067321435 added compute area function for polygonal meshes Luigi Malomo 2018-05-28 14:58:38 +0200
  • 37183c1e53 commented debug printfs Luigi Malomo 2018-05-28 14:57:45 +0200
  • 8d3548eb0c fix typo + fix crash when loading tetramesh with double precision positions T.Alderighi 2018-05-25 11:58:32 +0200
  • eb97fef7bd small refac in smooth + small refac in tetramesh gl wrapper T.Alderighi 2018-05-25 11:25:00 +0200
  • 81a93f7756 tetra smooth T.Alderighi 2018-05-23 17:51:20 +0200
  • d2dd2d01f0 changed Creases in EdgeSelFlags nico 2018-05-24 00:32:52 +1000