4068 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
0e7231fa0e Converted to the new UsedTypes syntax for declaring vcg meshes 2010-03-18 10:35:32 +00:00
Guido Ranzuglia granzuglia
449a2046e6 removed wrong assert 2010-03-16 13:38:43 +00:00
Paolo Cignoni cignoni
9e4fb209b9 added some simples animations scenes (meshRotation, cameraRotation, lightRotation, meshScale) and room scene 2010-03-15 17:29:23 +00:00
Paolo Cignoni cignoni
ad781352ea new improved museum scene (in a unique file) 2010-03-14 19:03:54 +00:00
Paolo Cignoni cignoni
529a9a2a62 - add onlyMesh scene
- minimal bug fix and changes
2010-03-13 20:37:20 +00:00
Paolo Cignoni cignoni
323ead6558 corrected wrong invocation of the constuctor of stringlist (caused error on gcc 4.5) 2010-03-11 23:18:16 +00:00
Paolo Cignoni cignoni
c4098fb0c7 added a new default scene 2010-03-11 17:09:03 +00:00
Paolo Cignoni cignoni
83ffc5185d deleted old scene (default and museum)
loaded two new scene (topView and topViewLight)
2010-03-11 17:07:00 +00:00
Michele Sottile sottile
177bd2ca6c Some lines commented 2010-03-11 15:01:00 +00:00
Michele Sottile sottile
06f2e6d3b1 Second minimal version of Meshlab 1.3 2010-03-11 10:40:14 +00:00
Michele Sottile sottile
b0a6419602 First minimal version of Meshlab 1.3 2010-03-10 16:12:44 +00:00
Guido Ranzuglia granzuglia
54f8ecab0f Commited first version of MeshLab 1.3 2010-03-08 15:33:06 +00:00
Guido Ranzuglia granzuglia
291055cf9d changed CustomDialog title 2010-03-04 10:40:36 +00:00
Guido Ranzuglia granzuglia
3cfa7dc07a updated custoDialog appearance 2010-03-03 15:54:43 +00:00
Paolo Cignoni cignoni
94b305d4a3 removed a few harmless warnings 2010-03-03 00:30:14 +00:00
Paolo Cignoni cignoni
2a7dbdfb66 bettern name, comment and defaults 2010-03-03 00:27:39 +00:00
Paolo Cignoni cignoni
a51021965d removed assert at the end of initparameter. 2010-03-03 00:27:01 +00:00
Paolo Cignoni cignoni
7a826de85e refactoring part of code to use global parameters (still don't work) 2010-03-02 16:25:35 +00:00
Paolo Cignoni cignoni
f0d7f40149 fixing some bugs after recent changes
now plugin converts all mosaic 0.2/0.4 made scene and potentially all with anyone dummy object type
2010-02-28 18:45:45 +00:00
Paolo Cignoni cignoni
4b455d501c Added edit tools for selecting vertices and filters for removing /inverting them 2010-02-27 00:54:25 +00:00
Paolo Cignoni cignoni
79ec4e34c9 added support to vertex selection and rendering 2010-02-27 00:53:18 +00:00
Paolo Cignoni cignoni
0598ed259a harmless warning 2010-02-27 00:35:19 +00:00
Paolo Cignoni cignoni
5b76dc74d6 a bit of cleanup 2010-02-27 00:25:09 +00:00
Paolo Cignoni cignoni
e0caa873ce icons for the point based selection and deleting actions 2010-02-26 23:05:19 +00:00
Nico Pietroni nicopietroni
a1c64ebe22 added isoparametrization save and load filter 2010-02-26 17:43:54 +00:00
Paolo Cignoni cignoni
efab626c02 Added simple shader for drawing contours according to the per vertex quality 2010-02-26 15:28:05 +00:00
Paolo Cignoni cignoni
af7c7a5cd3 A new way to parsing file rib (a little bit of graphics state it's implemented).
Now the scene made with Mosaic 0.4 are well interpreted (still needed some test and refactoring)
2010-02-25 23:45:09 +00:00
Guido Ranzuglia granzuglia
37533b35c1 fully implemented RichOpenFile 2010-02-25 17:49:00 +00:00
Guido Ranzuglia granzuglia
e409353263 added OpenFileWidget 2010-02-25 17:48:28 +00:00
Paolo Cignoni cignoni
cad8957eb2 Added a few comments
And translated some german ones
2010-02-24 16:51:29 +00:00
Paolo Cignoni cignoni
eee78eaff9 deleted a view warnings
Added Inverse Transformation Matrix, to undo the transformation
2010-02-24 16:23:00 +00:00
Paolo Cignoni cignoni
ab285ca0c0 Minor gcc compatibility changes (__int32 into qint32, etc) 2010-02-24 12:09:55 +00:00
Paolo Cignoni cignoni
717ab5ebf1 removed a few harmless warnings 2010-02-24 10:39:45 +00:00
Paolo Cignoni cignoni
6712507a11 removed a few harmless warnings 2010-02-24 10:37:27 +00:00
Paolo Cignoni cignoni
b8427b2a1a cleaned up a bit the usage of updateDataMask 2010-02-24 09:03:23 +00:00
Paolo Cignoni cignoni
c948f921fc Changed a bit the way in which the support for openMP is handled. now also for mac is supported. 2010-02-24 09:02:26 +00:00
Paolo Cignoni cignoni
55e2a3dfa9 < operator must be const to be safely used... 2010-02-24 08:35:18 +00:00
Paolo Cignoni cignoni
fd2956e194 Just changed the folder name 2010-02-24 08:11:10 +00:00
Nico Pietroni nicopietroni
5bde19b5b9 changed various things to deal with ImportLocal 2010-02-23 21:27:21 +00:00
Paolo Cignoni cignoni
7945d2ef8b new plugin to import the Breuckmann file format (.BRE)
Plugin is importing points, colors, camera position, projector position. Than triangulates everything (if wished by the user)
I'm going to add some more attributes the next days.
2010-02-23 16:48:10 +00:00
Paolo Cignoni cignoni
9d53c43f09 added a missing parameter to the 'select by vertex quality' filter 2010-02-23 16:46:37 +00:00
Paolo Cignoni cignoni
bb22b8e781 - removed unused code to make a plugin animation
(the plugin still don't support scene made with mosaic 0.4 ^_^ )
2010-02-23 15:11:39 +00:00
Paolo Cignoni cignoni
dbb8d8fcea added ImportLocal to user defined simplex types 2010-02-23 00:48:33 +00:00
Paolo Cignoni cignoni
6b54218921 added support for vmi input 2010-02-23 00:44:39 +00:00
Nico Pietroni nicopietroni
995666832d Changed interface in order to response correctly with error messages of parameterization 2010-02-21 22:26:25 +00:00
Nico Pietroni nicopietroni
c138111770 * Resolved several bugs on parametrization for the 2 step processing.
* Added an initial smooth step of uv coordinates to speedup the process and make it more stable.

* Changed responses of the system if some problem happens during the parameterization

* Corrected wedge coordinates assigned on original mesh

* Tested successfully the parameterization with transfer color to texture.
2010-02-21 22:05:27 +00:00
Paolo Cignoni cignoni
97166b5621 fixed some bug about mesh directory
refactoring of part of code (removed method getFileNameFromPath)
2010-02-19 20:04:05 +00:00
Paolo Cignoni cignoni
549fae223d moved src\meshlab\render_template directory to src\distrib\render_template 2010-02-19 20:01:07 +00:00
Paolo Cignoni cignoni
aaec7445c5 Significant improvment of plymc filter. Now works with multiple meshes (use all the visible layers) and honors the Tr matrix. 2010-02-19 16:13:40 +00:00
Paolo Cignoni cignoni
54e9c75a07 slightly cleaned up the mechanism of communication of layer changes between the framework and the layer dialog. Corrected the bug involving the change of layer during the preview mode. 2010-02-19 16:12:03 +00:00