Paolo Cignoni cignoni
01fae70abe
updated to comply with the recent changes of the packers
2013-03-26 15:28:28 +00:00
Guido Ranzuglia granzuglia
391a9e27d5
- fixed SearchMenu size bug in qt 5.0
2013-03-26 14:24:23 +00:00
Guido Ranzuglia granzuglia
fbc6ac210c
- restored progress bar according to new qt5.0 semantics
2013-03-26 07:24:40 +00:00
Guido Ranzuglia granzuglia
d9a679b209
- fixed bug in saving meshlab project on linux
2013-03-25 15:30:13 +00:00
Guido Ranzuglia granzuglia
fec8b232f8
- added linux libs and include
2013-03-25 15:28:51 +00:00
Guido Ranzuglia granzuglia
13228563db
- removed crash caused by autorepeat on search shortcut
2013-03-25 10:30:12 +00:00
Guido Ranzuglia granzuglia
8b1a6f980f
- restored original meshlab_mini.pro
2013-03-25 07:38:42 +00:00
Guido Ranzuglia granzuglia
e7ab775664
- removed snapshotsetting from GLArea.
2013-03-24 20:05:44 +00:00
Guido Ranzuglia granzuglia
2446d7782f
- huge commit! MeshLab is now qt 5.0 compatible. Compiling process has not been yet tested on MacOSx.
2013-03-24 19:36:54 +00:00
Paolo Cignoni cignoni
c95ff34651
corrected a make_pair specialization
2013-03-22 17:08:46 +00:00
Paolo Cignoni cignoni
fb0da0f88d
added a missing template keyword
2013-03-22 16:34:19 +00:00
Marco Callieri mcallieri
55d2baa536
added a glewInit to initialize extensions used by the mesh-2-mesh aligner GL window
2013-03-20 14:10:09 +00:00
Paolo Cignoni cignoni
9adc490b87
small changes to update to the recent changes of the vcg library
2013-03-20 08:56:50 +00:00
Paolo Cignoni cignoni
7bcab92a14
updated to reflect the new changes to the matrix classes of the vcg lib
2013-03-19 17:01:41 +00:00
Paolo Cignoni cignoni
d14bc2d647
forced removal of unused empty folder of an old unsupported filter
2013-03-19 14:39:56 +00:00
Guido Ranzuglia granzuglia
7bbad5343f
- added support for qt5
2013-03-18 16:26:46 +00:00
Guido Ranzuglia granzuglia
64681e282c
- added support for qt5
2013-03-18 15:44:01 +00:00
Guido Ranzuglia granzuglia
97c8f3a941
- added support for qt5
2013-03-18 15:42:37 +00:00
Marco Callieri mcallieri
5e47cd63d7
added #include <cstdarg> to have va_start and va_end defined
2013-03-14 17:02:01 +00:00
Marco Callieri mcallieri
aa78d64def
added #include <ctime> to have CLOCKS_PER_SEC defined
2013-03-14 16:13:04 +00:00
Fabio Ganovelli ganovelli
e9c3c403c8
2013-03-14 10:40:35 +00:00
Paolo Cignoni cignoni
b2a580d483
After the completion of the arc creation process (and before global alignment)
...
it also prints some stats on the distribution of the error of the arcs
2013-03-01 14:26:41 +00:00
Paolo Cignoni cignoni
3ce684134b
Added another parameter to the alignment system that allows to recompute autmatically a percentage of the arcs.
...
Improved names on the align tool buttons. Glue all now glues only the visible meshes.
2013-03-01 14:23:26 +00:00
Paolo Cignoni cignoni
0a5b6bb941
updated the poisson sampling filter to reflect the change of the PoissonDiskPruning interface (removed a useless parameter: the original surface mesh)
2013-03-01 08:35:41 +00:00
Paolo Cignoni cignoni
d518e3912d
Added filter for the creation of a random spherical point cloud
2013-03-01 08:33:11 +00:00
Paolo Cignoni cignoni
5fd10e4f8d
cleaned up a bit the code
2013-02-28 15:55:23 +00:00
Paolo Cignoni cignoni
cd6c9db487
HEAVY RESTRUCTURING of the alignment tool;
...
Many major changes:
- New parameter for controlling the arc creation process
- Search of bad alignment
- Improved ICP (borderflag bug removed)
- Improved Process (now it only compute new arcs and it does not recompute all the arcs every time) Global Alignment is triggered every time.
2013-02-28 11:57:07 +00:00
Paolo Cignoni cignoni
bc62ebc63c
Added a per-document decorator that enlighten the current mesh
2013-02-28 07:10:07 +00:00
Paolo Cignoni cignoni
9acf82b9de
Added Right-mouse selection. A la Blender.
2013-02-28 07:03:54 +00:00
Paolo Cignoni cignoni
a6ef1422dd
refactored getMeshEditInterface in order to shorten it and avoid a warning
2013-02-26 22:10:07 +00:00
Paolo Cignoni cignoni
e01e8aa4b5
changed the return type of point matching scale from bool to void (it could not never return false)
2013-02-26 22:08:51 +00:00
Paolo Cignoni cignoni
541891c1ad
Changed the base class in the occupancy grid for counting the mesh passing in a cell. Now it uses a bitset instead of a vector
2013-02-26 22:07:34 +00:00
Paolo Cignoni cignoni
b2ab77cbf3
Refactored setCurrentMesh to avoid duplicated code (getMesh to find a mesh from the id)
2013-02-26 22:05:16 +00:00
Paolo Cignoni cignoni
dd708fe14a
Added filter to convert per mesh color to per face color
2013-02-25 10:28:02 +00:00
Paolo Cignoni cignoni
40b4dbd075
Added a param for the seed in the scatter color per mesh in order to get replicable results
2013-02-25 10:24:33 +00:00
Paolo Cignoni cignoni
821d296e80
removed a useless include (that exists only in qt5)
2013-02-23 05:51:19 +00:00
Federico Ponchio ponchio
9630bcbf92
ported to qt5 (hopefully mantaining compatibility).
...
In particular changed some deprecated methods and sorted include order
to fix glew and qt5 opengl clashes.
2013-02-21 16:14:46 +00:00
Federico Ponchio ponchio
ad0e67005a
addded missing includes (porting to qt5)
2013-02-20 10:44:29 +00:00
Federico Ponchio ponchio
4438599c27
added QDockItem missing include
2013-02-20 10:39:35 +00:00
Federico Ponchio ponchio
5113e5a4d3
added missing QTreeWidgetItem include
2013-02-20 10:38:22 +00:00
Gianpaolo Palma gianpaolopalma
a959485d86
Refactoring function IoX3DPlugin::open
2013-02-14 14:14:55 +00:00
Gianpaolo Palma gianpaolopalma
a47d21bee8
Bug fixed in the initialization of the boolean variable AdditionalInfoX3D::meshColor
2013-02-14 14:13:48 +00:00
Paolo Cignoni cignoni
5167dd5a16
Corrected the method used to compute normals in meshlab server to make it uniform with the rest of meshlab (call updateNormalsandBB whenever possible)
2013-02-14 10:58:38 +00:00
Massimiliano Corsini maxcorsini
b39a2d61a6
fix genus computation
2013-02-14 09:45:35 +00:00
Massimiliano Corsini maxcorsini
acf9a8f7ed
fix variable name changes
2013-02-13 17:37:24 +00:00
Massimiliano Corsini maxcorsini
0b16d29210
correct output information - holes are properly renamed as borders
2013-02-13 17:08:00 +00:00
Massimiliano Corsini maxcorsini
de4b40321b
2013-02-12 17:14:03 +00:00
Massimiliano Corsini maxcorsini
b3a23e3214
add the pre-processor tag NO_XSERVER_DEPENDENCY to allow the compilation of meshlab server without the need of XSERVER (if necessary)
2013-02-12 16:17:40 +00:00
Massimiliano Corsini maxcorsini
66289f1f50
first working version
2013-02-12 15:16:18 +00:00
Massimiliano Corsini maxcorsini
a65c5ae96a
2013-02-11 15:03:31 +00:00