5957 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
ddfb177ee6 - changed function names according to the new vcglib syntax 2012-10-19 08:24:51 +00:00
Guido Ranzuglia granzuglia
605aebfe09 - changed function names according to the new vcglib syntax 2012-10-19 08:15:13 +00:00
Guido Ranzuglia granzuglia
f370699d32 - changed function names according to the new vcglib syntax 2012-10-19 08:13:11 +00:00
Guido Ranzuglia granzuglia
cc0535cc82 - changed function names according to the new vcglib syntax 2012-10-19 08:11:25 +00:00
Guido Ranzuglia granzuglia
60c99be464 - called the access function instead of directly the member 2012-10-18 10:09:19 +00:00
Guido Ranzuglia granzuglia
d524f78bee - cleaned up a lot of files removing useless functions 2012-10-18 10:06:57 +00:00
Paolo Cignoni cignoni
dddd6931f9 Corrected Inertia to the new interface 2012-10-18 09:02:37 +00:00
Paolo Cignoni cignoni
5f787309ea Updated the basecode to the last changes of the VCG library
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
- Increasing the use of MeshModel->UpdateBoxAndNormal() instead of directly calling both the base functions...
2012-10-15 14:07:07 +00:00
Paolo Cignoni cignoni
d7870017bc Updated the basecode to the last changes of the VCG library
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
- Increasing the use of MeshModel->UpdateBoxAndNormal() instead of directly calling both the base functions...
2012-10-15 13:00:58 +00:00
Paolo Cignoni cignoni
f156e9a688 corrected a bug in torus creation 2012-10-15 12:49:01 +00:00
Paolo Cignoni cignoni
e778c6d48c Updated to the changes to inertia.h 2012-10-15 12:39:40 +00:00
Paolo Cignoni cignoni
3c691ee72e Updated the basecode to the last changes of the VCG library
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
- Increasing the use of MeshModel->UpdateBoxAndNormal() instead of directly calling both the base functions...
2012-10-15 12:18:06 +00:00
Paolo Cignoni cignoni
e5a8c75e7b Added Torus and Updated the basecode to the last changes of the VCG library
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
- Increasing the use of MeshModel->UpdateBoxAndNormal() instead of directly calling both the base functions...
2012-10-15 11:31:37 +00:00
Paolo Cignoni cignoni
f3f1e96452 Updated the basecode to the last changes of the VCG library
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
- Increasing the use of MeshModel->UpdateBoxAndNormal() instead of directly calling both the base functions...
2012-10-15 10:57:28 +00:00
Paolo Cignoni cignoni
aa4f940195 Corrected UpdateDatamask and Topology computations 2012-10-15 10:55:46 +00:00
Paolo Cignoni cignoni
1a4d887c58 Updated the basecode to the last changes of the VCG library
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
- Increasing the use of MeshModel->UpdateBoxAndNormal() instead of directly calling both the base functions...
2012-10-15 10:13:37 +00:00
Paolo Cignoni cignoni
01dcafb524 Updated the basecode to the last changes of the VCG library
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
- Increasing the use of MeshModel->UpdateBoxAndNormal() instead of directly calling both the base functions...
2012-10-15 10:12:51 +00:00
Paolo Cignoni cignoni
c1ad4c594f Updated the basecode to the last changes of the VCG library
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
2012-10-15 09:21:23 +00:00
Guido Ranzuglia granzuglia
830fe68f0f - first version of the pcl filter sample 2012-10-05 13:31:41 +00:00
Paolo Cignoni cignoni
d3294a5e45 Updated help, added normalization to vertex normal computation filter 2012-10-05 07:12:28 +00:00
Paolo Cignoni cignoni
544bd6eee9 updated eigen path (3.0 -> 3.1) 2012-10-05 07:06:16 +00:00
Guido Ranzuglia granzuglia
7fbb84207a - removed crash in Compute Planar Section caused by missing update face face topology. 2012-10-04 09:43:14 +00:00
Paolo Cignoni cignoni
d61f3baa91 Removed useless Tag stuff from measure filter 2012-10-02 13:51:19 +00:00
Guido Ranzuglia granzuglia
316a7edba7 - layerDialog now will be automatically opened:
* every time a raster is imported
* after the second mesh is loaded
2012-10-02 12:48:09 +00:00
Guido Ranzuglia granzuglia
6547210d04 - removed stupid crash caused by missed exception catching. 2012-10-02 12:18:18 +00:00
Guido Ranzuglia granzuglia
64dbbbc761 - removed stupid crash caused by missed exception catching. 2012-10-02 12:17:47 +00:00
Guido Ranzuglia granzuglia
60d8245346 - removed compile time error 2012-09-21 14:41:21 +00:00
Guido Ranzuglia granzuglia
698de0bc71 - added return 0 to the main
- added reference to meshlab.qrc in the pro file, in order to get access to the XML filter formal file schema.
2012-09-21 13:53:43 +00:00
Guido Ranzuglia granzuglia
f40ba5d313 - removed Log calls. 2012-09-20 14:38:38 +00:00
Guido Ranzuglia granzuglia
2c5579e775 - cleaned up the GLLogStream class. 2012-09-20 10:00:20 +00:00
Guido Ranzuglia granzuglia
cc7354a58e - WARNING!!! very sensible commit. The decorators should be now called following the correct code flow. setLog has been set/unset for each startDecorate/endDecorate call. 2012-09-20 09:57:54 +00:00
Guido Ranzuglia granzuglia
468a7a43db -removed cleaning code from the c++ destructor. 2012-09-20 06:51:47 +00:00
Guido Ranzuglia granzuglia
2f4b0b4b8b endDecorate is called when a decorate is disabled. 2012-09-20 06:47:18 +00:00
Guido Ranzuglia granzuglia
63597209ab - tuned up the arc3D edit plugin. 2012-09-18 13:32:45 +00:00
Guido Ranzuglia granzuglia
828498bbab - removed class faceColoring from select faces by color 2012-09-17 13:49:45 +00:00
Paolo Cignoni cignoni
40928c2f3a Forced to use the Qt color widget for choosing a color even on Mac. 2012-09-17 12:38:39 +00:00
Guido Ranzuglia granzuglia
57bf56b3fb removed compiler time errors 2012-09-17 10:18:56 +00:00
Guido Ranzuglia granzuglia
24b6a2845d removed compiler time errors 2012-09-17 10:18:36 +00:00
Guido Ranzuglia granzuglia
d5196c46e7 removed compiler time errors 2012-09-17 10:18:07 +00:00
Guido Ranzuglia granzuglia
b48039f0d1 - fixed problem with invisible label in CustomDialog
- cleaned just a bit the xmlinfo code
- moved static MeshLab info on mlapplication.h
2012-09-17 08:37:00 +00:00
Guido Ranzuglia granzuglia
8e51df6dbf - fixed problem with invisible label in CustomDialog
- cleaned just a bit the xmlinfo code
- moved static MeshLab info on mlapplication.h
2012-09-17 08:35:03 +00:00
Paolo Cignoni cignoni
b395f7a0c4 Reformatted info text 2012-09-13 09:59:19 +00:00
Guido Ranzuglia granzuglia
78cdeeffe6 optionCustom dialog and DecoratorParamsTreeWidget have now a consistent behaviour 2012-09-12 08:41:58 +00:00
Guido Ranzuglia granzuglia
99d97e70a5 removed "wrong vertex picked" bug caused by a missed multiplication with mesh transformation matrix. 2012-09-11 13:17:57 +00:00
Guido Ranzuglia granzuglia
c512929d3e updateDataMask now update the mesh topology every time; even if the topology attributes are already switched on. 2012-09-11 12:09:10 +00:00
Paolo Cignoni cignoni
7d4f63fe5e Small changes related to the neverending issue of the first widget in a standard par dialog. Now it is a patch for all the kind of widgets not only for bools. Mah. 2012-09-10 07:52:16 +00:00
Matteo Dellepiane matteodelle
e876302811 dellepiane: modified to improve performances 2012-09-03 09:37:36 +00:00
Guido Ranzuglia granzuglia
cfd44618f7 - updated pro file adding ljhead to linux and win g++ version 2012-08-28 09:58:59 +00:00
Manuele Sabbadin msabbadin
75ca414414 More detailed info when opening the filter. Merging only visible layers. Added a progress bar. 2012-08-24 15:58:03 +00:00
Paolo Cignoni cignoni
d8af325299 Added a missing updateBBox 2012-08-22 08:45:12 +00:00