4962 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
f76b5a91e7 New icons. A few of them. 2011-01-19 13:28:26 +00:00
Guido Ranzuglia granzuglia
273b0c1c4e removed crash when an edit event on an empty document has been invoked. 2011-01-19 09:43:04 +00:00
Paolo Cignoni cignoni
b10fc3dc02 Added 'SetBaseMesh" button. It allows to choose a particular mesh as the one that has to stay fixed with an identity transformation. 2011-01-18 15:41:00 +00:00
Paolo Cignoni cignoni
99aff70247 New version of the xray shader. More parameters exposed. Quite nice for point clouds.... 2011-01-18 15:00:56 +00:00
Paolo Cignoni cignoni
c69165cc85 forgot yet another commit. This time was for the point smooth parameter 2011-01-18 14:46:49 +00:00
Fabio Ganovelli ganovelli
64d6a44883 added loading of calibration file as produced by
http://nicolas.burrus.name/index.php/Research/KinectCalibration
 At the moment distortion is ignored
2011-01-18 12:36:26 +00:00
Paolo Cignoni cignoni
a2eeb18bd5 Rewrote managment of point size in rendering. Now you can disable distance dependent point size and you can have "round" points 2011-01-18 11:10:43 +00:00
Paolo Cignoni cignoni
ec999ecf81 added a missing return true... 2011-01-18 10:02:30 +00:00
Paolo Cignoni cignoni
2cd70b0419 missed in the commit set. 2011-01-18 09:58:17 +00:00
Paolo Cignoni cignoni
54bf358e4a Added alignment support for point clouds with normals added an option to the ICP params and re-inserted the high-cut percentile filtering of matched points. 2011-01-18 02:08:29 +00:00
Paolo Cignoni cignoni
a8d9fe7a57 corrected visibility management in the align dialog 2011-01-18 02:03:37 +00:00
Paolo Cignoni cignoni
33ed07cb53 added two parameter for controlling the rendering of points 2011-01-18 01:32:23 +00:00
Paolo Cignoni cignoni
1c2087a25b corrected visibility management in the align dialog 2011-01-18 01:31:13 +00:00
Gael Guennebaud guennebaud
9ffbeaf641 does not crash (assert) if the point to texture is slightly outside the
nearest face (very useful for objects with boundaries)
2011-01-17 10:01:11 +00:00
Gael Guennebaud guennebaud
b23b6adc3f add a basic filter to select which layer is the current one (very useful
for scripts)
2011-01-14 16:31:58 +00:00
Gael Guennebaud guennebaud
f9e5feeb9e fix compilation 2011-01-13 15:59:25 +00:00
Guido Ranzuglia granzuglia
345e42b373 added:
- recentProject, recentFile list
- synchronization between glarea title and layer dialog title
- fixed some bugs
2011-01-10 14:41:49 +00:00
Guido Ranzuglia granzuglia
840b97da83 added docLabel member 2011-01-10 14:38:55 +00:00
Paolo Cignoni cignoni
8407cd23f8 Added option for individual tile saving in snapshot for combining into very very large images... 2011-01-08 02:43:59 +00:00
Fabio Ganovelli ganovelli
ab2e0276ec draft plugin to use kinect in meshlab (this version only for linux32) 2011-01-04 14:43:41 +00:00
Fabio Ganovelli ganovelli
3acd1b0abd added openkinect::libfreenect 2011-01-04 14:37:44 +00:00
Guido Ranzuglia granzuglia
6cde2faba9 removed bugs in the format filters list.
removed some compiler warnings.
2010-12-31 15:46:13 +00:00
Guido Ranzuglia granzuglia
de48de86c9 removed bugs in the format filters list. 2010-12-31 15:45:12 +00:00
Guido Ranzuglia granzuglia
eaf0dd2791 added EDIT_GUI 2010-12-31 11:19:37 +00:00
Guido Ranzuglia granzuglia
f31c22a685 fixed some small bugs. reload and openProject functions have been refactored 2010-12-22 16:05:42 +00:00
Fabio Ganovelli ganovelli
6409e9e64d ongoing berkeleyDB removal 2010-12-22 15:06:34 +00:00
Paolo Cignoni cignoni
172384d8d9 removed a few harmless warnings 2010-12-22 12:39:59 +00:00
Paolo Cignoni cignoni
4b84ac0a11 updated to the new addmesh that wants both filename and label and improved printing info in hausdorff distance computation 2010-12-22 12:37:27 +00:00
Paolo Cignoni cignoni
355c18446e updated to the new addmesh that wants both filename and label 2010-12-22 12:36:13 +00:00
Paolo Cignoni cignoni
59668f2077 corrected bugs in project saving 2010-12-22 12:29:07 +00:00
Paolo Cignoni cignoni
a45c4a0022 updated to the new addmesh that wants both filename and label 2010-12-22 12:27:43 +00:00
Paolo Cignoni cignoni
d8b485bfd5 Cleaned up names involving files in the meshmodels and introduced a new AddNewMesh 2010-12-22 12:26:11 +00:00
Paolo Cignoni cignoni
fe24f8d63e removed unused glarea->getfilename 2010-12-22 12:24:15 +00:00
Paolo Cignoni cignoni
1a71834244 updated to the new addmesh that wants both filename and label 2010-12-22 12:23:22 +00:00
Paolo Cignoni cignoni
2d4c4d738b Again Heavy restructuring of the opening mesh/project functionalities. Blood, toil, tears, and sweat.... 2010-12-22 12:03:29 +00:00
Paolo Cignoni cignoni
6154c5eba1 removed warnings and cleaned up a bit the headers 2010-12-22 11:57:29 +00:00
Paolo Cignoni cignoni
ee4a506991 Improved presentation of layer info (consistent file/label issues for non saved meshes,removed lock icon) 2010-12-22 11:56:38 +00:00
Guido Ranzuglia granzuglia
5ff7e0cd63 added QMap<String,MeshIOInterface*> in order to make the MainWindow_RunTime.cpp code shorter 2010-12-22 06:40:29 +00:00
Guido Ranzuglia granzuglia
0268752c44 removed problem with random MeshModel attributes mask 2010-12-22 06:38:18 +00:00
Guido Ranzuglia granzuglia
07d0b08b85 DANGEROUS COMMIT!!!! changed all the IO architecture of the MeshLab Project. Some functions MUST BE factorized again!
The last used files list is not active in this moment.
2010-12-21 19:21:00 +00:00
Guido Ranzuglia granzuglia
80b28e4bd0 DANGEROUS COMMIT!!!! changed all the IO architecture of the MeshLab Project. Some functions MUST BE factorized again! 2010-12-21 19:15:47 +00:00
Paolo Cignoni cignoni
feb405f0a8 removed gcc harmless warnings 2010-12-21 16:43:26 +00:00
Guido Ranzuglia granzuglia
51a491beca example of an XML oriented filter 2010-12-15 11:28:21 +00:00
Paolo Cignoni cignoni
46dac30905 reject samples with viewdir too different from normal 2010-12-14 00:51:50 +00:00
Paolo Cignoni cignoni
1d3b597452 reordered constructor calls to match the declaration 2010-12-13 11:28:51 +00:00
Paolo Cignoni cignoni
b87e1cdbc4 improved the management of the Log onto a different file in the meshlabserver 2010-12-13 09:58:33 +00:00
Paolo Cignoni cignoni
cbdf761e41 corrected bug in the management of ctrl in drag drop event 2010-12-13 09:57:46 +00:00
Paolo Cignoni cignoni
543d928267 Enforced the fact that setfilename always store the absolute file path. 2010-12-10 12:59:45 +00:00
Paolo Cignoni cignoni
569cf6bbf7 Removed malsane glarea::setFileName. 2010-12-10 12:58:50 +00:00
Guido Ranzuglia granzuglia
cc1d62cb07 added apply functionality to XML philosophy. 2010-12-10 08:12:24 +00:00