103 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
bad63d3fe1 better comments and use of progressbar callback 2008-12-15 16:14:07 +00:00
Paolo Cignoni cignoni
95d0a73f09 Added more options to the flattening layer filter. Now flattening can be limited to visible layers and the result is put on a new layer by default. 2008-12-14 22:42:29 +00:00
Paolo Cignoni cignoni
c0eb7d0671 Slightly larger font and correct quality checking 2008-11-27 10:59:47 +00:00
Paolo Cignoni cignoni
0d9686e3c8 corrected text in the filter name and info 2008-11-12 13:02:16 +00:00
Paolo Cignoni cignoni
3d7a261070 Forgot to commit the correct version after the enum name changes (sorry!) 2008-10-23 14:13:35 +00:00
Paolo Cignoni cignoni
387262accd Removal of the ioMask MeshModel member and renaming of some of the MeshModel data elements names (see commit 2822). 2008-10-22 00:43:04 +00:00
Paolo Cignoni cignoni
a2e7b00cd7 Updated to remove PluginInfo 2008-10-13 09:47:50 +00:00
Paolo Cignoni cignoni
7b6e250039 Updated to remove PluginInfo 2008-10-13 09:47:29 +00:00
Paolo Cignoni cignoni
e1e35dd005 Updated to remove PluginInfo, also a change because MeshDocument now has a signal and needs to be build in the pro properly 2008-10-13 09:47:05 +00:00
Paolo Cignoni cignoni
4d45adf1e2 Updated to remove PluginInfo 2008-10-13 09:46:23 +00:00
Paolo Cignoni cignoni
00b4ae8838 Updated to remove PluginInfo, to use new MeshEditInterface, and to use new factory way of creating edit tools 2008-10-13 09:45:59 +00:00
Paolo Cignoni cignoni
53b7026139 Updated to remove PluginInfo 2008-10-13 09:45:00 +00:00
Paolo Cignoni cignoni
7cfb67b7dd Updated to remove PluginInfo 2008-10-13 09:44:37 +00:00
Paolo Cignoni cignoni
e6517d47eb Updated to remove PluginInfo 2008-10-13 09:44:12 +00:00
Paolo Cignoni cignoni
ea18f0d659 Updated to remove PluginInfo 2008-10-13 09:43:50 +00:00
Fabio Ganovelli ganovelli
8579b54b70 changed the string from specific pluging (vertex displacement) to example plugin (sample filter) 2008-09-30 09:32:22 +00:00
Paolo Cignoni cignoni
515361deff Changed the reference to the UpdateColor::VertexQuality to the new name UpdateColor::VertexQualityRamp 2008-08-12 08:23:44 +00:00
Paolo Cignoni cignoni
1b11899ae5 Improved documentation and made the perlin noise calls a bit more robust 2008-07-08 06:54:31 +00:00
Paolo Cignoni cignoni
04306783e4 First version of a sample dynamic filter. It generates a perlin noise pattern over a mesh. The amount and the scale of the noise can be interactively changed by dragging the slider driven parameters. 2008-07-07 15:40:40 +00:00
Marco Callieri mcallieri
2aa084f01c added "layer" section to filter menu, moved two plugin to this new section 2008-07-03 16:36:02 +00:00
Paolo Cignoni cignoni
5da049e3e2 added the missing "merge duplicate vertices" functionality 2008-06-26 06:01:15 +00:00
Paolo Cignoni cignoni
dcc774cc72 Corrected wrong copyright information in the header 2008-05-28 23:26:27 +00:00
Paolo Cignoni cignoni
120b90aced Great cleaning of all the qt project files of the plugins. Now they include a common shared.pri for easier configuration 2008-05-22 10:48:52 +00:00
Paolo Cignoni cignoni
6b2b943889 added display of face index too 2008-04-10 11:03:44 +00:00
Paolo Cignoni cignoni
db8240fc00 Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h 2008-04-04 14:18:15 +00:00
Paolo Cignoni cignoni
2d22fe88cb Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h 2008-04-04 14:08:24 +00:00
Paolo Cignoni cignoni
118e0b62b8 Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h 2008-04-04 10:07:14 +00:00
Paolo Cignoni cignoni
ea75e062e4 added init of curfaceptr (double info bug) 2008-04-03 12:21:28 +00:00
Paolo Cignoni cignoni
9f1b630207 corrected include capitalizations 2008-03-11 09:57:03 +00:00
Paolo Cignoni cignoni
cc52f8c808 added meaningful info (q and tex) to the displayed tri 2008-03-06 08:32:44 +00:00
Paolo Cignoni cignoni
236da73054 added visualization of tex coords 2008-02-28 10:27:53 +00:00
Paolo Cignoni cignoni
740a54ce62 added also a sample of a absperc parameter 2008-02-12 13:48:44 +00:00
Paolo Cignoni cignoni
69c89447c1 forgotten a popattrib when failing 2008-01-29 07:43:33 +00:00
Paolo Cignoni cignoni
e7e6fa0736 wrong include for glew 2008-01-28 13:37:21 +00:00
Paolo Cignoni cignoni
746a88f430 first version of MeshDocument filter. Flattening filter 2008-01-28 11:23:04 +00:00
Paolo Cignoni cignoni
6535a9fe70 removed glut 2008-01-28 11:20:48 +00:00
Paolo Cignoni cignoni
59185cfe53 removed glut 2008-01-28 11:15:21 +00:00
Paolo Cignoni cignoni
e0f6b36e19 Corrected two bugs, floating triangle if the mesh had a transformation, disappearing numbers and added coords 2008-01-22 01:33:19 +00:00
Paolo Cignoni cignoni
7f6af4f932 yet another bug when failed loaded cubemaps 2008-01-06 20:25:24 +00:00
Paolo Cignoni cignoni
880430982d checks and debugs 2008-01-04 18:29:19 +00:00
Paolo Cignoni cignoni
6b81b01224 Corrected a wrong type (glwidget instead of glarea) in the decoration callback. 2008-01-04 18:23:43 +00:00
Paolo Cignoni cignoni
9991414c5d Changed the decoration framework. Now it accept a, global, parameter set. Added static calls for finding important directories in a OS independent way. 2008-01-04 00:46:29 +00:00
Paolo Cignoni cignoni
0c89c8ffee added validity test 2008-01-04 00:43:54 +00:00
Paolo Cignoni cignoni
3b12817193 Small changes for safer compiling 2007-12-22 21:02:47 +00:00
Paolo Cignoni cignoni
62469959ba renamed 2007-12-13 10:42:09 +00:00
Paolo Cignoni cignoni
bc30239ac6 New small samples 2007-12-13 00:33:55 +00:00
Paolo Cignoni cignoni
d552f94047 Darker lines when triangle should be hidden 2007-12-03 15:59:14 +00:00
Paolo Cignoni cignoni
71dbf9a19a Added the new sample filter plugin that removes border faces 2007-12-02 07:57:48 +00:00
Paolo Cignoni cignoni
5797e611d8 Yet another small cosmetic change to the interface of the io filters. 2007-11-26 07:35:27 +00:00
Paolo Cignoni cignoni
680abed7f4 New filter interface. Hopefully more clean and easy to use. 2007-10-02 08:13:53 +00:00