2509 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
b9d9ce38b9 - changed function names according to the new vcglib syntax
(WARNING! edit_arc3D still doesn't compile cause of SingularValueDecomposition inside vcglib)
2012-10-22 09:44:32 +00:00
Paolo Cignoni cignoni
9ca97879d5 removed useless colorization call in qhull filter 2012-10-22 09:07:21 +00:00
Guido Ranzuglia granzuglia
be845bfe7e - removed compiler error 2012-10-22 08:32:49 +00:00
Guido Ranzuglia granzuglia
b0440890cb - updated to new vcglib syntax 2012-10-22 08:03:58 +00:00
Guido Ranzuglia granzuglia
719b6aff98 - changed function names according to the new vcglib syntax
- removed a lot of useless includes
2012-10-19 15:33:54 +00:00
Paolo Cignoni cignoni
7a1da05a8b removed a useless UpdateColor 2012-10-19 12:51:24 +00:00
Paolo Cignoni cignoni
37190bb51d Updated to the changes of Inertia 2012-10-19 12:50:42 +00:00
Paolo Cignoni cignoni
9c51df3501 updated to the updatenormals changes 2012-10-19 12:45:33 +00:00
Paolo Cignoni cignoni
560e3fe401 Updated to the changes of the update color class 2012-10-19 12:44:26 +00:00
Guido Ranzuglia granzuglia
53555e2ba7 - changed function names according to the new vcglib syntax
- removed (apparently) useless include normal_extrapolation.h
2012-10-19 12:13:38 +00:00
Guido Ranzuglia granzuglia
2c9e447866 - changed function names according to the new vcglib syntax 2012-10-19 10:08:53 +00:00
Guido Ranzuglia granzuglia
9e6f747334 - changed function names according to the new vcglib syntax 2012-10-19 10:03:11 +00:00
Guido Ranzuglia granzuglia
d62aed330d - changed function names according to the new vcglib syntax 2012-10-19 09:57:07 +00:00
Guido Ranzuglia granzuglia
ef94cb7238 - changed function names according to the new vcglib syntax 2012-10-19 09:56:14 +00:00
Guido Ranzuglia granzuglia
93aebb9f51 - changed function names according to the new vcglib syntax 2012-10-19 09:54:55 +00:00
Guido Ranzuglia granzuglia
606ef37ce3 - changed function names according to the new vcglib syntax 2012-10-19 09:52:55 +00:00
Guido Ranzuglia granzuglia
aa86e84184 - changed function names according to the new vcglib syntax 2012-10-19 09:49:04 +00:00
Guido Ranzuglia granzuglia
c7e6711b4c - changed function names according to the new vcglib syntax 2012-10-19 09:46:35 +00:00
Guido Ranzuglia granzuglia
350d46f1e7 - changed function names according to the new vcglib syntax (WARNING: used new UpdateBoxAndNormals() function) 2012-10-19 09:42:43 +00:00
Guido Ranzuglia granzuglia
b9a8d1c7a3 - changed function names according to the new vcglib syntax 2012-10-19 09:37:27 +00:00
Guido Ranzuglia granzuglia
e7e77d3309 - changed function names according to the new vcglib syntax 2012-10-19 09:34:44 +00:00
Guido Ranzuglia granzuglia
0ec938e299 - changed function names according to the new vcglib syntax (WARNING: used new UpdateBoxAndNormals() function) 2012-10-19 09:33:28 +00:00
Guido Ranzuglia granzuglia
37a65d163f - changed function names according to the new vcglib syntax 2012-10-19 08:47:55 +00:00
Guido Ranzuglia granzuglia
1a50b6eef8 - changed function names according to the new vcglib syntax (WARNING: used new UpdateBoxAndNormals() function) 2012-10-19 08:43:48 +00:00
Guido Ranzuglia granzuglia
de7c700b3d - changed function names according to the new vcglib syntax 2012-10-19 08:30:16 +00:00
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
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
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
60d8245346 - removed compile time error 2012-09-21 14:41:21 +00:00
Guido Ranzuglia granzuglia
f40ba5d313 - removed Log calls. 2012-09-20 14:38:38 +00:00
Guido Ranzuglia granzuglia
468a7a43db -removed cleaning code from the c++ destructor. 2012-09-20 06:51:47 +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
Guido Ranzuglia granzuglia
57bf56b3fb removed compiler time errors 2012-09-17 10:18:56 +00:00