6184 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
a5d5d5eb56 - Huge Commit! added per mesh rendering mode system!
Warning! there is a major drawback with the MeshRenderingInterface plugins. It will be fixed as soon as possible.
2013-10-08 17:09:33 +00:00
Guido Ranzuglia granzuglia
e212352d45 - Huge Commit! added per mesh rendering mode system!
Warning! there is a major drawback with the MeshRenderingInterface plugins. It will be fixed as soon as possible.
2013-10-08 17:07:55 +00:00
Matteo Dellepiane matteodelle
0115b88235 dellepiane: set use of distance and border quality as default in image_patch_param filter 2013-09-25 14:10:16 +00:00
Paolo Cignoni cignoni
8da7f4eb21 Orthography in help of sampling filter 2013-09-18 07:29:52 +00:00
Paolo Cignoni cignoni
1b91d1cdcc Add support of point cloud in the clustering filter 2013-09-18 07:16:31 +00:00
Paolo Cignoni cignoni
f7087ebc86 Removed a useless include glew.h 2013-09-18 04:22:05 +00:00
Paolo Cignoni cignoni
e411ca52a1 Added a signal updateLayerTable to the main window and moved connect of GLA to the layerdialog to the GLA constructor to manage the correct flow of signal and to avoid the possible initialization of the connect without an existing window…
Changed the importMesh of the MainWindow. Now if there is no project window it create it. 
It could be the bug that prevented the opening of a file on double-click on mac.
2013-09-18 04:21:10 +00:00
Paolo Cignoni cignoni
c8c48a722d Improved contour quality decorator 2013-09-18 04:17:01 +00:00
Paolo Cignoni cignoni
95b1fbd30a Added decorator to show quality isocontours on a mesh 2013-09-17 11:02:17 +00:00
Paolo Cignoni cignoni
461d11c5ad small changes to the filter texture 2013-09-16 12:29:04 +00:00
Paolo Cignoni cignoni
0746ead2e7 Added more info in the log of the poisson disk sampling filter 2013-09-10 13:39:52 +00:00
Luigi Malomo malomo
1ef6ac96cd the filter now works also on mesh not closed. 2013-09-10 13:28:07 +00:00
Paolo Cignoni cignoni
25b478925a exposed a couple of new parameters in the poisson disk sampling filter 2013-09-10 12:12:25 +00:00
Rosario Aiello aiello
8bf427db2d Minor fixes and refactoring of the filter code 2013-09-07 09:05:49 +00:00
Luigi Malomo malomo
cb0ff4f152 added colorize option to harmonic field filter 2013-09-03 18:00:09 +00:00
Luigi Malomo malomo
c5444e44bd Working harmonic field filter (still experimental) 2013-09-03 17:27:36 +00:00
Luigi Malomo malomo
185183bd5d Added skeleton for harmonic field filter. 2013-08-30 00:42:59 +00:00
Guido Ranzuglia granzuglia
d07213609b - updated decorator parameters viewer switching between different document views
- right-mouse click on decorator parameter item to switch off the decorator
2013-08-05 15:03:46 +00:00
Paolo Cignoni cignoni
d685b1afab updated to the recent changes to UpdateQuality that removed the duplicated geodesic code 2013-07-25 05:42:00 +00:00
Matteo Dellepiane matteodelle
0f527b8bb1 dellepiane: higher value for Max of Far plane set. 2013-07-19 13:04:34 +00:00
Paolo Cignoni cignoni
c718bce402 Various changes and refactoring during the exam code review 2013-07-17 22:43:43 +00:00
Guido Ranzuglia granzuglia
12c1bd9e08 - new tooltip mechanism (to be tested on mac) 2013-07-17 13:22:08 +00:00
Guido Ranzuglia granzuglia
0b08d56cc6 - closing stddialog if an xmlfilter is invoked and vice versa 2013-07-17 08:44:46 +00:00
Guido Ranzuglia granzuglia
3664dea494 - removed ExpandButtonWidget if all parameters are important 2013-07-17 08:00:42 +00:00
Guido Ranzuglia granzuglia
504864751d - cleaned up decorator parameters table when a glarea is closed 2013-07-17 07:35:28 +00:00
Rosario Aiello aiello
d8123eca6b A couple of fixes in the filter code, plus the needed changes in the maxflow/mincut library. 2013-07-16 17:10:45 +00:00
Guido Ranzuglia granzuglia
3e4cc3dbce - MeshLabFilterInterface creation and initialization temporary moved inside FilterThread 2013-07-16 09:12:00 +00:00
Guido Ranzuglia granzuglia
2c4d2c600c - Qtime init was missing 2013-07-16 09:10:35 +00:00
Guido Ranzuglia granzuglia
34b8034f23 - update pro for visual studio 2012 2013-07-12 09:15:57 +00:00
Guido Ranzuglia granzuglia
5bcccfe9f4 - script system fixed up for the release
- removed crash on filter_camera
2013-07-11 12:48:38 +00:00
Guido Ranzuglia granzuglia
fae09f7121 - removed stupid and really dangerous compiler error 2013-07-10 12:46:05 +00:00
Rosario Aiello aiello
4bb328a792 Removed useless code from the file filter_decompose.h 2013-07-06 13:44:49 +00:00
Rosario Aiello aiello
d3b532f7b3 Several fixes on the filter code. Everything should be working correctly now. 2013-07-05 15:45:21 +00:00
Guido Ranzuglia granzuglia
ec9e4c2b51 - applyed forum proposed patch 2013-07-02 10:12:31 +00:00
Guido Ranzuglia granzuglia
7e58211ef2 - refined again the default output bits 2013-07-02 09:18:12 +00:00
Guido Ranzuglia granzuglia
accb7a7cb8 - refined the default output bits 2013-07-01 16:27:10 +00:00
Paolo Cignoni cignoni
692e25fef5 - removed plugin due to external dependencies 2013-06-28 14:52:18 +00:00
Rosario Aiello aiello
cf3b50d6d2 Decompose filter (FGT 2012/2013 project):
- Tries to find nicely placed cuts to decompose a mesh in two sub-parts.
	- graph_builder.h contains the GraphBuilder<MeshType, FunctType> class which builds the mesh dual graph
		- over which the maxflow algorithm is applied, and 
		- which can be used for other purposes, passing a specific functor to compute edge weights.

- This filter is based on Kolmogorov's maxflow/mincut library:
	- Located in external/maxflow-v2.21.src/adjacency_list/

	!-! It is NECESSARY to make couple of changes in "graph.h" file for the filter to work properly:
		- typedef short captype; ----> typedef double captype;
		- typedef int flowtype; -----> typedef float flowtype;
2013-06-27 15:30:47 +00:00
Paolo Cignoni cignoni
ed11d308b6 - added VS2012 options for qmake files 2013-06-27 14:03:38 +00:00
Paolo Cignoni cignoni
c18de91a72 - adding a point cloud mesh reconstruction filter based on http://www.cg.tuwien.ac.at/research/publications/2013/ohrhallinger_stefan-2013-smi/ 2013-06-27 13:59:07 +00:00
Paolo Cignoni cignoni
c72437ddb5 Added GPL version of the Kolmogorov Min-Cut/Max-Flow library 2013-06-24 14:13:43 +00:00
Paolo Cignoni cignoni
6cbf484344 First commit of the shape decomposer filter 2013-06-24 14:10:10 +00:00
Paolo Cignoni cignoni
0db5490e37 Added Feature edge sampling 2013-06-24 09:36:16 +00:00
Paolo Cignoni cignoni
8c797abc34 Updated to the recent changes to the vcglib 2013-06-24 09:34:59 +00:00
Guido Ranzuglia granzuglia
a604dbf77a - removed crash caused by layout bad parenting 2013-06-11 17:30:51 +00:00
Guido Ranzuglia granzuglia
44c291a317 - removed compiler errors 2013-06-04 06:43:07 +00:00
Guido Ranzuglia granzuglia
9d27d78c3b - fixed tooltip crash in MacOSX 2013-05-22 14:39:57 +00:00
Paolo Cignoni cignoni
6bb9763fea Re-added separatrix code (to be better tested) 2013-05-10 13:04:53 +00:00
Guido Ranzuglia granzuglia
cd171c42f1 - removed crash in qt 5.0 caused by different order in initialization in the new version of qt libs 2013-04-19 09:35:59 +00:00
Guido Ranzuglia granzuglia
5470efde87 - fixed small QTime according to qt5 new semantics 2013-04-19 09:08:57 +00:00