125 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
70bfe7cb63 Corrections of include paths to comply the new folder arrangement of the VCG library (sample plugins and meshlabserver) 2011-04-03 23:29:16 +00:00
Guido Ranzuglia granzuglia
e5788eb25a updated with ariety attribute 2011-03-21 16:54:38 +00:00
Paolo Cignoni cignoni
c6369b62cd added distance cutoff to geodesic point distance computation 2011-03-14 15:26:00 +00:00
Guido Ranzuglia granzuglia
5d3daa8505 updated version of the filter 2011-03-08 14:07:13 +00:00
Paolo Cignoni cignoni
5e89639bb4 Updated all the creation filters to the new standard that requires the in-filter creation of the mesh object. 2011-01-27 07:43:21 +00:00
Guido Ranzuglia granzuglia
51a491beca example of an XML oriented filter 2010-12-15 11:28:21 +00:00
Guido Ranzuglia granzuglia
0915d79116 changed include file 2010-10-08 10:24:25 +00:00
Guido Ranzuglia granzuglia
f652f5f284 a useless filter added to show how to work with a gl context inside a filter 2010-10-07 16:20:28 +00:00
Paolo Cignoni cignoni
106a8b09d5 moved decorate background to a more correct location 2010-10-05 14:39:50 +00:00
Paolo Cignoni cignoni
5c9998101e renaming sample decoration plugin to something more meaningful 2010-10-05 14:37:38 +00:00
Guido Ranzuglia granzuglia
6ca6e384cf info are now visualized on the triangle 2010-10-04 09:38:28 +00:00
Paolo Cignoni cignoni
d19ca598fa Updated to the new painter based text printing 2010-10-01 08:08:44 +00:00
Paolo Cignoni cignoni
44310f77c7 updated to the new painterbased decorate for editing plugins 2010-09-30 23:37:46 +00:00
Paolo Cignoni cignoni
58468baceb Removed useless plugin: filter_border 2010-09-24 16:36:20 +00:00
Paolo Cignoni cignoni
6852b68c5c Moved to old/ useless samplefilterdoc plugin 2010-09-22 06:48:00 +00:00
Paolo Cignoni cignoni
c161623739 harmless warnings 2010-09-01 12:59:26 +00:00
Paolo Cignoni cignoni
e4fc5044f0 small changes for gcc/*nix compiling 2010-09-01 08:01:56 +00:00
Guido Ranzuglia granzuglia
1107b38fae added new scripting mechanism 2010-09-01 06:49:56 +00:00
Paolo Cignoni cignoni
a0ae6ff273 slash vs backslash mismatch in 2010-08-20 13:45:11 +00:00
Guido Ranzuglia granzuglia
c01ad5b82f first code sketch to support scripting engine 2010-08-20 08:53:18 +00:00
Paolo Cignoni cignoni
68439d744d Updated to the new interface 2010-07-28 08:30:18 +00:00
Paolo Cignoni cignoni
e84a8c1ab0 removed useless reference to the GLLogStream type in many many filters. 2010-07-06 14:20:46 +00:00
Fabio Ganovelli ganovelli
b382947ec3 updated calls to append::mesh 2010-06-18 13:01:39 +00:00
Paolo Cignoni cignoni
21e3efb213 minimal font change 2010-06-11 10:40:49 +00:00
Paolo Cignoni cignoni
d73020d4d1 sorry wrong path :) 2010-04-21 16:17:59 +00:00
Paolo Cignoni cignoni
e70ba0202b io_renderman plugin 2010-04-21 15:12:35 +00:00
Paolo Cignoni cignoni
0370e13a8a Correct the 'no param bug crash'. The initParameter must not assert(0) for the filters with no parameter but just do not add anything to the ParameterSet. 2010-03-18 16:01:08 +00:00
Paolo Cignoni cignoni
c58d6f0a16 Removed all the now useless autodialog callbacks 2010-03-18 14:58:26 +00:00
Paolo Cignoni cignoni
874069fc78 removed a few harmless warnings 2010-03-18 11:13:58 +00:00
Paolo Cignoni cignoni
b6cf7080a7 Removed files accidentally committed here 2010-02-15 18:48:07 +00:00
Fabio Ganovelli ganovelli
bbb99245d8 added meshlab plugin files 2010-02-15 14:08:22 +00:00
Paolo Cignoni cignoni
ec2c8b7608 Updated the filters to do not refer anymore the old applyFilter function 2010-02-05 16:19:15 +00:00
Paolo Cignoni cignoni
3ee5124fe4 Updated the filters to do not refer anymore the old applyFilter function 2010-02-05 16:09:23 +00:00
Guido Ranzuglia granzuglia
153b66bb11 removed sampleplugins.pro 2010-01-29 09:14:36 +00:00
Marco Callieri mcallieri
597fa3f147 - corrected management of vertex attributes when merging
- added the option to do not discard unref vertices
2010-01-15 16:14:00 +00:00
Paolo Cignoni cignoni
6770877355 Updated pros and sources to comply to the new common library system 2009-12-05 00:46:37 +00:00
Paolo Cignoni cignoni
049564ff9a Updated pros and sources to comply to the new common library system 2009-12-04 14:57:49 +00:00
Paolo Cignoni cignoni
abe28bdaeb Updated pro and filters to comply to the new common library system 2009-12-04 10:53:05 +00:00
Paolo Cignoni cignoni
392b783672 Yet another set of const adjustment. more to come... 2009-11-28 02:25:32 +00:00
Paolo Cignoni cignoni
2a67def928 still changes following the common code restructuring. An avalanche of const adjustements 2009-11-28 02:09:58 +00:00
Guido Ranzuglia granzuglia
8896467869 added functions to fulfill new MeshLabInterface's interface 2009-11-27 16:09:57 +00:00
Paolo Cignoni cignoni
eca9e284d3 Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
* Updated all the pro's. Again.
2009-11-23 11:18:04 +00:00
Paolo Cignoni cignoni
635f4e1483 Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
* Updated all the pro's.
2009-11-23 10:17:13 +00:00
Paolo Cignoni cignoni
de2f059892 adapted to the new names of the class for converting qcolor to color4b 2009-11-05 22:34:38 +00:00
Paolo Cignoni cignoni
7d15b7d15e Adapted the decoration plugins to the new global param interface and cleaned up a bit 2009-11-05 22:25:48 +00:00
Paolo Cignoni cignoni
3294017865 harmless changes for mingw compiling 2009-10-31 21:36:40 +00:00
Paolo Cignoni cignoni
7c89250f39 Added sample plugin for exporting object in the LiveGraphics format used by Mathematica 2009-10-29 22:13:53 +00:00
Paolo Cignoni cignoni
ce6ec3e08b removed non-working \n in formatting string of info about picked triangles 2009-10-29 15:30:24 +00:00
Guido Ranzuglia granzuglia
b61dd6af07 patched perlin noise bug 2009-10-28 16:05:46 +00:00
Guido Ranzuglia granzuglia
6a37e9fd9b fixed bug in applying custom settings 2009-10-26 10:02:30 +00:00