5488 Commits

Author SHA1 Message Date
Matteo Dellepiane matteodelle
d2d3bbc195 dellepiane: mutualglobal development 2012-03-20 19:04:40 +00:00
Guido Ranzuglia granzuglia
5d488083ab changed the Finalize signatures in the MeshRenderInterface interface. From MeshDocument& -> MeshDocument* in order to avoid crash and to close dialog if the MeshDocument is NULL. 2012-03-20 17:18:10 +00:00
Guido Ranzuglia granzuglia
97b5b9586a changed the Finalize signatures in the MeshRenderInterface interface. From MeshDocument& -> MeshDocument* in order to avoid crash and to close dialog if the MeshDocument is NULL.
Remain a small bug that will be fixed on the next release.
2012-03-20 16:49:20 +00:00
Guido Ranzuglia granzuglia
cffa491798 changed the Finalize signatures in the MeshRenderInterface interface. From MeshDocument& -> MeshDocument* in order to avoid crash and to close dialog if the MeshDocument is NULL. 2012-03-20 16:45:04 +00:00
Guido Ranzuglia granzuglia
0c8ff39a65 removed "none" shader. A "none" action is now added in the rendermenu by the MainWindow 2012-03-20 15:51:00 +00:00
Guido Ranzuglia granzuglia
b7e49d9c99 removed "none" shader 2012-03-20 15:49:39 +00:00
Paolo Cignoni cignoni
9e154b32f7 Corrected the mechanism for switching/storing trackball back and from the rasterView mode. 2012-03-20 11:46:37 +00:00
Paolo Cignoni cignoni
8cdcb404ea corrected bug of wrong initialization of one of the additional render buffer for the radiance scaling tool. 2012-03-20 10:36:32 +00:00
Guido Ranzuglia granzuglia
8ad1c72b60 - removed memory leaks in initShaders. New GPUProgram allocated every GUI interaction without deleting the previous one.
- swapped position of initShaders in order to avoid that the uniform values are going to be setted before you have a valid  location for the uniform.
2012-03-20 07:45:21 +00:00
Guido Ranzuglia granzuglia
b723ead4eb compiler errors removed. from Render to render 2012-03-19 22:14:00 +00:00
Guido Ranzuglia granzuglia
2b991c04db added a glarea update when a shader has been requested 2012-03-19 09:27:00 +00:00
Guido Ranzuglia granzuglia
5e609be13c removed compiler time error 2012-03-19 09:24:56 +00:00
Guido Ranzuglia granzuglia
2e17db4fd4 a trick to avoid 99.9% of the time that filters' tooltip will appear under the filter menu. 2012-03-18 21:46:40 +00:00
Guido Ranzuglia granzuglia
7ff233990b removed crash on closing window with an active shader. Temporary patch! 2012-03-16 17:46:58 +00:00
Guido Ranzuglia granzuglia
306371eb5b removed crash on closing window with an active shader 2012-03-16 17:28:08 +00:00
Guido Ranzuglia granzuglia
27735262a9 removed crash on closing window with an active shader 2012-03-16 17:26:07 +00:00
Guido Ranzuglia granzuglia
4e2662c9d8 remove compile error 2012-03-16 17:25:06 +00:00
Paolo Cignoni cignoni
bd34f87d52 added a check to avoid too frequent meshupdating 2012-03-16 13:20:25 +00:00
Guido Ranzuglia granzuglia
da908ce7cc uncommented renderState.clearState() call. 2012-03-16 09:48:55 +00:00
Guido Ranzuglia granzuglia
f9f3f393bc updated 2012-03-16 08:37:59 +00:00
Guido Ranzuglia granzuglia
8dcf51aeac added new mechanism to interactive render the filter when it's running. 2012-03-16 08:37:33 +00:00
Guido Ranzuglia granzuglia
9e6dd26cd5 added new mechanism to interactive render the filter when it's running. 2012-03-16 08:36:57 +00:00
Guido Ranzuglia granzuglia
0de224dbe7 added new mechanism to interactive render the filter when it's running. 2012-03-16 08:36:03 +00:00
Paolo Cignoni cignoni
95a388c663 corrected bug in the parameter reading of Hausdorff distance filter (maxdist was ignored) 2012-03-14 12:24:54 +00:00
Paolo Cignoni cignoni
8750760fa4 Added function to correctly manage dll extension names under diff OS 2012-03-07 12:40:45 +00:00
Guido Ranzuglia granzuglia
e6bbb23827 a lot of new functions has been added 2012-03-06 17:31:58 +00:00
Paolo Cignoni cignoni
1a2f42aab6 added automatic updating of the view when in raster mode 2012-03-06 14:02:10 +00:00
Paolo Cignoni cignoni
4428f7545f Still cleaning up the new raster viewing mode. Now the switch between the two modes preserve the trackball. 2012-03-06 11:53:39 +00:00
Paolo Cignoni cignoni
d2906f7267 m.HasPerVertexTexCoord() -> HasPerVertexTexCoord(m) 2012-03-06 00:22:59 +00:00
Paolo Cignoni cignoni
ffdc1bf71c changed the camera decorator to take into account the current visibility of the raster (only visible raster are shown) 2012-03-06 00:20:38 +00:00
Paolo Cignoni cignoni
14e315ac36 Changed the behaviour of the raster dialog visible/unvisible. Now the eye icon for raster has the same meaning of meshes. To switch to the 'rastermode' where the given raster is shown there is an apposite button that take into account the current raster. 2012-03-06 00:18:50 +00:00
Paolo Cignoni cignoni
0fade8aa02 Added icons and folder for images to the edit point selection tool 2012-03-06 00:14:42 +00:00
Paolo Cignoni cignoni
2e96ac2737 new icons for meshlab 2012-03-06 00:13:26 +00:00
Manuele Sabbadin msabbadin
80e84d1f2d Added a blue disk for the visualization of the point fitted in the plane fitting selection tool. 2012-03-02 17:02:08 +00:00
Manuele Sabbadin msabbadin
cdb95d0e18 Used the SetS method in order to maintain the selection after the EndEdit 2012-03-01 01:13:24 +00:00
Guido Ranzuglia granzuglia
b04c5fa0b9 updated the js grammar 2012-02-23 18:37:31 +00:00
Paolo Cignoni cignoni
a6a72961d1 Updated the filter_mls to refer to the kdtree in the vcg library instead of the own version. 2012-02-22 17:35:25 +00:00
Guido Ranzuglia granzuglia
fe066a079c switched from qlalr to bison 2012-02-22 17:06:56 +00:00
Guido Ranzuglia granzuglia
40cd62addc parser updated 2012-02-20 17:38:50 +00:00
Matteo Dellepiane matteodelle
5393f45871 dellepiane: edit_arc3D, fixed a bug in shot extraction 2012-02-17 10:03:07 +00:00
Matteo Dellepiane matteodelle
4f37f9c345 dellepiane: fixed widget resize in edit_arc3D 2012-02-15 16:13:35 +00:00
Matteo Dellepiane matteodelle
0f95a27333 dellepiane: edit_arc3D, added final rotation to "straighten" the model 2012-02-13 22:55:14 +00:00
Marco Callieri mcallieri
f9446ba48f corrected bug in lighting during point-based-alignment 2012-02-09 16:43:11 +00:00
Matteo Dellepiane matteodelle
7fd8e04f97 dellepiane: old version of io_epoch (now edit_arc3D) moved to unsupported plugins 2012-02-08 23:03:35 +00:00
Matteo Dellepiane matteodelle
6dde6cfa25 dellepiane: edit_epoch removed, now in official plugins as edit_arc3D 2012-02-08 23:01:51 +00:00
Matteo Dellepiane matteodelle
c4658efe3f dellepiane: io_epoch substituted by edit_arc3D 2012-02-08 22:57:43 +00:00
Matteo Dellepiane matteodelle
5c29c50f9a dellepiane: io_epoch moved to unsupported plugins 2012-02-08 22:51:51 +00:00
Matteo Dellepiane matteodelle
79b51a087f dellepiane: edit_arc3D takes the place of io_epoch. Now raster layers can be created from the images which generate the model 2012-02-08 22:48:11 +00:00
Matteo Dellepiane matteodelle
41645286e2 dellepiane: fixed camera distortion, now only pushpull and testing needed 2012-02-08 19:29:50 +00:00
Guido Ranzuglia granzuglia
7c04da3b83 removed comment 2012-02-08 11:22:21 +00:00