4973 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
ea3076517c removed small bug 2011-01-21 10:34:42 +00:00
Guido Ranzuglia granzuglia
b46e203711 added Save All Files option 2011-01-21 10:21:04 +00:00
Guido Ranzuglia granzuglia
856c08d9e9 removed useless lines 2011-01-20 17:22:38 +00:00
Guido Ranzuglia granzuglia
b22afd0fce added Raster loading in the project.
WARNING: RasterModel should be a little re-engineered!
2011-01-20 17:21:47 +00:00
Guido Ranzuglia granzuglia
389649cc09 importRaster moved in the slots section in mainwindow.h
WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Temporary disgusting inequality between open (slot) - importMesh (function) and importRaster (slot). It's not also difficult to remove the problem because addNewRaster add a raster on a document and open the file, instead addNewMesh add a new mesh layer without loading the model.
2011-01-20 10:13:04 +00:00
Fabio Ganovelli ganovelli
baa1e0dabf removal of Berkeleydb finalized. Minor cleanings 2011-01-20 08:52:57 +00:00
Guido Ranzuglia granzuglia
c061ee110e removed some bugs (not enough...) 2011-01-19 14:36:46 +00:00
Guido Ranzuglia granzuglia
fa36865877 adding of new meshes in creation filter class has been moved from the framework inside the apply of the filters.
WARNING: this means that getRequirements is NOT more useful for this class of filters. In the apply the author of a creation filter MUST activate the required attributes and update the data mask!!!!
2011-01-19 14:35:38 +00:00
Guido Ranzuglia granzuglia
46e9a38123 adding of new meshes in creation filter class has been moved from the framework inside the apply of the filters.
WARNING: this means that getRequirements is NOT more useful for this class of filters. In the apply the author of a creation filter MUST activate the required attributes and update the data mask!!!!
2011-01-19 14:35:12 +00:00
Paolo Cignoni cignoni
2653156961 minor changes to icons 2011-01-19 13:53:10 +00:00
Paolo Cignoni cignoni
0b95d4d926 New icons for project and snapshot 2011-01-19 13:47:48 +00:00
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