462 Commits

Author SHA1 Message Date
ganovelli
2079824513 first working draft
it simply outputs an image with model rendered from the current camera
with creases highlighted
2017-01-13 11:34:05 +01:00
Guido Ranzuglia
c830916c86 - fixed "changing the user defined color after filter execution" bug 2016-12-22 12:26:55 +01:00
Paolo Cignoni
206b1479c6 Changing release number 2016-12-21 14:24:00 +01:00
Paolo Cignoni
71fd3f081d Added label to the Q_INVOKABLE members in javascript
warning does not work due to missing string types in the parameter
evaluation framework
2016-12-21 11:26:42 +01:00
Guido Ranzuglia
3472973ae8 - fixed compilining issues for linux systems 2016-12-06 12:17:26 +01:00
Guido Ranzuglia
d9f311100d - added polygonal wire as default visualization modality for polygonal meshes 2016-11-25 12:23:48 +01:00
Paolo Cignoni
630e454899 Removed useless type and include from ml_mesh_type.h 2016-11-24 16:42:59 +01:00
Paolo Cignoni
c94f3f8ceb Solved the about dialog on the mac. and removed most sourceforge references 2016-11-17 11:59:35 +01:00
Paolo Cignoni
21399f2280 Removed deprecated GLU stuff: gluBuild2DMipmaps -> glGenerateMipmap 2016-11-15 12:53:18 +01:00
Guido Ranzuglia
32cb8e999e - increased the max point size 2016-11-10 16:13:01 +01:00
Guido Ranzuglia
dc20b496f8 - added default value for parameter meaningless for meshlabserver 2016-11-10 10:12:42 +01:00
Guido Ranzuglia
fe61142e01 Revert "Revert "- fixed "projects containing more than one textured mesh are not properly rendered" bug - added minFacesSmoothRendering global parameter""
This reverts commit 17bc011b7438c26fc15e940484493c0b3ac90d1f.
2016-11-09 13:19:20 +01:00
Guido Ranzuglia
17bc011b74 Revert "- fixed "projects containing more than one textured mesh are not properly rendered" bug - added minFacesSmoothRendering global parameter"
This reverts commit 05dc93bdd03436eb469773d210f98c4dfa0e88fa.
2016-11-09 13:16:47 +01:00
Guido Ranzuglia
05dc93bdd0 - fixed "projects containing more than one textured mesh are not properly rendered" bug - added minFacesSmoothRendering global parameter 2016-11-09 13:15:49 +01:00
Guido Ranzuglia
f6889ca073 - removed global ignore for lib and exe and moved them in the visual studio specific folders 2016-11-08 13:12:41 +01:00
Paolo Cignoni cignoni
106b9cf119 refactored a bit the 'updated version' http checking 2016-11-03 12:21:36 +00:00
Guido Ranzuglia granzuglia
1e2a5e005a - added shortName function 2016-11-03 09:15:15 +00:00
Guido Ranzuglia granzuglia
f2952793ee - added MeshModel copy constructor 2016-10-21 08:28:42 +00:00
Guido Ranzuglia granzuglia
b03bd3def2 - added single side lighting option 2016-10-13 04:01:48 +00:00
Guido Ranzuglia granzuglia
958dac5114 - fixed "per face color attribute is not automatically turned on if loaded file contained it" bug 2016-10-13 02:36:30 +00:00
Guido Ranzuglia granzuglia
5d715c2925 - readded alt+wheel for points size 2016-09-28 05:40:23 +00:00
Guido Ranzuglia granzuglia
23dd9b234e - fixed "polygonal meshes don't activate the most meaningful set of rendering data" bug 2016-09-16 08:08:21 +00:00
Guido Ranzuglia granzuglia
89365cc3c6 - reload maintains (if possible) previous rendering options
- dramatically improved the support for the non polygonal meshes
2016-09-12 05:57:55 +00:00
Paolo Cignoni cignoni
80e8991627 harmless clang warning 2016-09-07 07:04:38 +00:00
Guido Ranzuglia granzuglia
e32c1ed7ef - added support for switching among per wedge/vertex texture coords 2016-09-07 06:07:00 +00:00
Guido Ranzuglia granzuglia
024098ac8a - fixed small bug 2016-09-06 08:42:35 +00:00
Guido Ranzuglia granzuglia
f58ed6dc8f - various changes derived from the new MeshRenderInterface interface definition 2016-08-31 18:21:35 +00:00
Guido Ranzuglia granzuglia
d87ae851c6 - updated/fixed color attributes priority 2016-08-31 11:42:33 +00:00
Guido Ranzuglia granzuglia
c0395410fd - added disableRedundatRenderingDataAccordingToPriorities function 2016-08-30 05:49:04 +00:00
Guido Ranzuglia granzuglia
3a542a8f03 - huge commit: updated the editArc3D and added a mechanism devoted to the edit plugins intended to inform the MeshLab core that this plugins class generated new meshes 2016-08-28 15:32:28 +00:00
Guido Ranzuglia granzuglia
4a38f71b8a - cleaned up the render plugin interface 2016-08-22 15:21:07 +00:00
Guido Ranzuglia granzuglia
63a793c66a - WARNING! huge commit
- completely changed the deallocation process of the default per mesh decorators
- added new interface virtual function for the edit plugin informing MeshLab on the best way to render the meshes contained into the document when the edit plugin is activated
2016-08-17 12:14:29 +00:00
Guido Ranzuglia granzuglia
4d09f10ffa - totally changed the selection mechanism...not final version, it is committed just to check how it does it work with mac 2016-08-09 06:59:23 +00:00
Guido Ranzuglia granzuglia
654b15d7b6 - fixed "always rendering per vertex selection" bug 2016-08-02 05:23:50 +00:00
Paolo Cignoni cignoni
416c30000c Changed default color for mesh and points 2016-08-01 20:09:02 +00:00
Guido Ranzuglia granzuglia
dca6767308 - selection decorator activated by default
- selection info always displayed
2016-07-31 10:54:14 +00:00
Guido Ranzuglia granzuglia
60b25193df - added per face selection (per vertex one is arriving soon...)
- connected component selection seems to have a library dependant bug
2016-07-31 09:56:00 +00:00
Guido Ranzuglia granzuglia
ce84cb216e - "show quoted box" moved inside MeshLab core 2016-07-27 11:56:24 +00:00
Guido Ranzuglia granzuglia
6b9b393976 - fixed "per point and per wire parameter tabs didn't update correctly after filter execution" bug 2016-07-19 11:11:13 +00:00
Guido Ranzuglia granzuglia
d15ace07d0 - fixed reload bug
- fixed with non optimal solution the "original state is not correctly restored when parameters dialog is closed in preview mode" bug
2016-07-15 16:55:56 +00:00
Guido Ranzuglia granzuglia
9ff5000df2 - fixed FilterClass enum bug 2016-07-14 10:49:47 +00:00
Guido Ranzuglia granzuglia
943a6e5452 - added first support for the basic decorators included inside the MeshLab core (just boundary...soon others will be added) 2016-07-14 08:47:40 +00:00
Guido Ranzuglia granzuglia
3ee8cafe49 - added support for Visual Studio 2015 2016-07-08 12:37:13 +00:00
Guido Ranzuglia granzuglia
0b87521157 - data mask is now more correctly updated according to the filter arity 2016-07-07 10:13:46 +00:00
Guido Ranzuglia granzuglia
271a28a44e - fixed small bugs
- changed a little default fixed colours for per-solid and per-point rendering
2016-07-05 09:29:13 +00:00
Paolo Cignoni cignoni
14b07ecb48 Small changes to remove clang issues 2016-06-30 07:36:42 +00:00
Paolo Cignoni cignoni
8e8a01801f Small changes to remove clang issues 2016-06-30 07:36:23 +00:00
Guido Ranzuglia granzuglia
bd33bba9e1 - giant commit
- added new function in the filter interface
2016-06-29 12:54:15 +00:00
Guido Ranzuglia granzuglia
48e93b5ebe - type renaming 2016-06-10 15:24:10 +00:00
Guido Ranzuglia granzuglia
c6fa8ac626 - added different signals for shared context updating from plugins, according if the plugin lives in the same/different thread respect to the shared context itself 2016-06-10 12:59:13 +00:00