1813 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
14792c0095 laplacian evolution term inserted, corrected bug in corr function, refactored a lot of different things, in balloon.cpp the Evolve function simply tries to compute MC and then invert it with SEDF, butthere is some problem in there... 2010-04-20 10:43:51 +00:00
Paolo Cignoni cignoni
57ee9836f4 added compactvertexvector to the normal extrapolation filter and added to point filter class 2010-04-20 08:24:46 +00:00
Paolo Cignoni cignoni
cf4dbdd50d sligthly better comments to parameters. to be improved... 2010-04-20 01:33:23 +00:00
Paolo Cignoni cignoni
3c615267e4 Updated to the name changes of non 2manifold checking functions ( now the function to call is CountNonManifoldEdgeFF) 2010-04-20 01:30:22 +00:00
Paolo Cignoni cignoni
ee2ea565f8 Cleaned and moved filters for selecting selfintersecting faces, tex border vertices, non manifold edges and non manifold faces to a the filter_select plugin.
Now nonmanifold selecting filters now select both vertex and faces when meaningful.
Removed coloring filters for coloring selfintersecting faces and non manifold situations. Improved robustness of self intersecting filter. 
Changed the name of the filters for better ordering in the menus (subdiv, transformation filters should go together,  etc).
2010-04-20 01:19:08 +00:00
Paolo Cignoni cignoni
374ac6b12c cleaned up a bit filter names 2010-04-20 01:17:20 +00:00
Paolo Cignoni cignoni
078ee084a7 renamed filters for better placement in the alphabetically ordered filter menus 2010-04-20 00:58:15 +00:00
Paolo Cignoni cignoni
f0eecae992 Removed all the important stuff from this meslab file and moved it into the vcg lib 2010-04-20 00:55:00 +00:00
Guido Ranzuglia granzuglia
0d1444534b A complete updating to the plug-in 2010-04-19 13:01:21 +00:00
Paolo Cignoni cignoni
3cccf8e17f including curvature causes Eigen conflict 2010-04-19 05:13:07 +00:00
Paolo Cignoni cignoni
3b9a23988a balloon evolution is working, but need to add controls to stop over-contraction and laplacian smoothing. Updated VCGLib and now doesn't compile anymore 2010-04-19 04:47:12 +00:00
Paolo Cignoni cignoni
c7ae373d75 corrected bugs in the correspondence, corrected bug in the heap preventing correct update of pre-existing entry, corrected bug in face2point giving signed distance only in 1 of the 2 sub-cases 2010-04-18 19:09:18 +00:00
Paolo Cignoni cignoni
c772f2b25a Removed old include from Proj file and modified local path svn:ignore to prevent commit of temporary qt files 2010-04-15 23:09:57 +00:00
Paolo Cignoni cignoni
6edbf64209 edit_vase plugin created. compiles under OSX with Eigen3 (devel branch) and SuiteSparse installed with fink 32bit compiled from source libraries. Ray marhing, isosurfacing, smooth laplacian field interpolator working. Currently implementing the structure for balloon evolution. 2010-04-15 23:07:10 +00:00
Paolo Cignoni cignoni
1fd1291c78 Added filters for computing rotation to align an object either to its inertia moments or to a fitting plane 2010-04-12 21:42:52 +00:00
Paolo Cignoni cignoni
3bc1803e36 improved dump on the log of inertia tensor 2010-04-12 21:38:20 +00:00
Paolo Cignoni cignoni
5030d896bf added support for hausdorff distance between point clouds and meshes 2010-04-09 15:10:30 +00:00
Paolo Cignoni cignoni
72aa367dfb various small changes and refactoring to remove warnings and dubious stuff 2010-04-09 14:43:41 +00:00
Paolo Cignoni cignoni
8ddb8a1c87 simple sintax error vcg::tri::UpdateTopology<BaseMesh> -> vcg::tri::UpdateTopology<MeshType>; 2010-04-09 09:15:50 +00:00
Guido Ranzuglia granzuglia
e8b105e1ed re-added needed parameters names 2010-04-09 08:30:14 +00:00
Paolo Cignoni cignoni
f781f2dddf updated all the precondition callback to use the standard MM_ enum. 2010-04-08 23:03:52 +00:00
Guido Ranzuglia granzuglia
86625670c3 added horrible messageBox to avoid to call the render plugin without radius per vertex 2010-04-08 13:18:30 +00:00
Paolo Cignoni cignoni
3c5f55b77f removed harmless gcc warnings 2010-04-08 10:19:54 +00:00
Paolo Cignoni cignoni
be7dd8a14f needed changes to the new directory organization and common folder 2010-04-08 09:31:34 +00:00
Paolo Cignoni cignoni
89c190500e removed harmless gcc warnings 2010-04-07 23:35:35 +00:00
Nico Pietroni nicopietroni
0be805221b added test on ff topology 2010-04-07 21:42:18 +00:00
Marco Di Benedetto dibenedetto
1a0d6d2747 fixed mask update for vertex seam. 2010-03-29 16:39:10 +00:00
Marco Di Benedetto dibenedetto
46a77f545a Added Vertex Attribute Seam meshing filter. 2010-03-29 12:52:33 +00:00
Guido Ranzuglia granzuglia
8991d7f725 added invert faces and/or invert faces options 2010-03-25 17:45:32 +00:00
Guido Ranzuglia granzuglia
83b6e801bf added getPreConditions() function on filter 2010-03-24 09:57:30 +00:00
Gianpaolo Palma gianpaolopalma
944973e980 Removed debugging code. 2010-03-24 08:56:21 +00:00
Paolo Cignoni cignoni
41cf523ffc corrected a nasty small bug in the sampling of quality for some montecarlo sampling process 2010-03-23 16:15:55 +00:00
Paolo Cignoni cignoni
55ba899895 Added refining option to poisson sampling filter 2010-03-23 11:41:16 +00:00
Paolo Cignoni cignoni
a2317eeca3 Added filter for marking crease edges as nonfaux edges. 2010-03-23 07:24:27 +00:00
Paolo Cignoni cignoni
70f8536e6f Converted to the new style with the Mark functions outside the trimesh class 2010-03-19 22:58:06 +00:00
Gianpaolo Palma gianpaolopalma
8c38a0f0bd Bug fixed in the management of texture coordinate in the node IndexedFaceSet. 2010-03-19 15:21:02 +00:00
Guido Ranzuglia granzuglia
3b1c9bfa55 fixed pluginsDialog bug 2010-03-19 11:21:49 +00:00
Guido Ranzuglia granzuglia
fd6ea1653e added fopen linker flag 2010-03-19 08:14:49 +00:00
Paolo Cignoni cignoni
0370e13a8a Correct the 'no param bug crash'. The initParameter must not assert(0) for the filters with no parameter but just do not add anything to the ParameterSet. 2010-03-18 16:01:08 +00:00
Paolo Cignoni cignoni
c58d6f0a16 Removed all the now useless autodialog callbacks 2010-03-18 14:58:26 +00:00
Paolo Cignoni cignoni
991080db0c Converted to the new UsedTypes syntax for declaring vcg meshes 2010-03-18 14:47:33 +00:00
Paolo Cignoni cignoni
e42ccfb659 two small changes that should probably improve the repeatability of Poisson surface Reconstruction filter 2010-03-18 11:26:20 +00:00
Paolo Cignoni cignoni
d0562ffcc1 removed a few harmless warnings 2010-03-18 11:24:35 +00:00
Paolo Cignoni cignoni
4da495252d added support for texture transfer from point clouds 2010-03-18 11:23:55 +00:00
Paolo Cignoni cignoni
99b6d47f78 Converted to the new UsedTypes syntax for declaring vcg meshes and exposed new parameters for vcg reconstruction 2010-03-18 11:22:06 +00:00
Paolo Cignoni cignoni
dd6a8c3bc2 removed a few harmless warnings 2010-03-18 11:17:37 +00:00
Paolo Cignoni cignoni
35a29a01b1 Converted to the new UsedTypes syntax for declaring vcg meshes 2010-03-18 11:16:25 +00:00
Paolo Cignoni cignoni
874069fc78 removed a few harmless warnings 2010-03-18 11:13:58 +00:00
Paolo Cignoni cignoni
058328a500 improved cone 2010-03-18 11:12:43 +00:00
Paolo Cignoni cignoni
bff531f57c added filter for quality clamping 2010-03-18 11:10:56 +00:00