2212 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
0c7efca74a Rename docs/meshlabserver.1.txt to docs/meshlabserver.1 2008-05-12 15:13:50 +00:00
Gianpaolo Palma gianpaolopalma
dd9a19660b Bug fixed in the parsing of multi value 2008-05-12 10:03:40 +00:00
Paolo Cignoni cignoni
aa1f5ff7ba Corrected compilation error and added getclass and get requirements functions 2008-05-11 06:50:15 +00:00
Paolo Cignoni cignoni
ca5bc0e064 filter_texture initial texture atlas code 2008-05-10 19:53:29 +00:00
Gianpaolo Palma gianpaolopalma
9d7a39e8ae bug fixed in MultiValue 2008-05-10 14:52:41 +00:00
Andrea Bernabei bernabei
6af16532eb Removed scrollbars from clone source preview 2008-05-10 14:02:43 +00:00
Andrea Bernabei bernabei
c500e3855a new pixmap cloning features 2008-05-10 13:25:29 +00:00
Andrea Bernabei bernabei
15d418675f Betterusage of incremental marks; polygon generation now uses references; new clone from pixmap features; complete porting from event queue to new event handling system; total refactoring of Decorate method; normals are now computed in updateSelection; beginnings of Perlin Noise implementation 2008-05-10 13:24:53 +00:00
Andrea Bernabei bernabei
c297c0c203 new cloning features, better code structure 2008-05-10 13:14:50 +00:00
Andrea Bernabei bernabei
1fcc4682d8 Functions inside the plugin are now divided by category, new data structures to cache frequently used data 2008-05-10 13:13:50 +00:00
Paolo Cignoni cignoni
c61975c006 Smoothed normals used only when working on quality values.
Added method to smooth higher and thinner peaks introduced by the displacement process.
2008-05-10 10:57:21 +00:00
Andrea Bernabei bernabei
4f231966b3 New Input handling system. Tablet events and mouse events are treated in the same way. 2008-05-09 16:26:39 +00:00
Andrea Bernabei bernabei
5d16509277 Beginnings of new settings mechanism 2008-05-09 16:07:43 +00:00
Andrea Bernabei bernabei
229129c678 Methods have been refactored and moved from the header to the implementation 2008-05-09 15:56:45 +00:00
Paolo Cignoni cignoni
74d8c84b16 added vertex quality smoothing 2008-05-08 23:49:07 +00:00
Paolo Cignoni cignoni
939f5efbd7 Restructured a bit the aging loop. Smoothed normals for better offset directions. Used update flags functions for sake of clarity. 2008-05-08 23:47:11 +00:00
Paolo Cignoni cignoni
c7bfee6973 Second draft of the manual 2008-05-07 23:49:11 +00:00
Paolo Cignoni cignoni
3de8ca95c8 first draf of manual 2008-05-07 23:41:37 +00:00
Paolo Cignoni cignoni
ab43b5a683 English comments 2008-05-07 22:42:41 +00:00
Paolo Cignoni cignoni
adfcea5bc8 added Scale Dependent Laplacian Smoothing 2008-05-07 12:51:30 +00:00
Paolo Cignoni cignoni
b68ddd2cd8 Renamed plugins to a common naming style and moved two completed plugins from fgt to their final place 2008-05-07 09:51:28 +00:00
Paolo Cignoni cignoni
f6671344ff Renamed plugins to a common naming style 2008-05-07 07:55:16 +00:00
Paolo Cignoni cignoni
452c88e409 Renamed plugins to a common naming style 2008-05-07 07:28:46 +00:00
Paolo Cignoni cignoni
cc1c06a73f Improved unify function 2008-05-06 19:20:06 +00:00
Paolo Cignoni cignoni
33fb3fea9b Modified method to perform self intersection test to handle border faces. 2008-05-06 11:51:03 +00:00
Paolo Cignoni cignoni
f3ba7d3f75 Removed self intersection deletion step. Modified vertex displacement step to include self intersection test. Added method to perform self intersection test on all the faces incident on a vertex. 2008-05-05 20:26:22 +00:00
Paolo Cignoni cignoni
58be0c59ec added draft of unsharp geometry and color 2008-05-05 15:11:11 +00:00
Paolo Cignoni cignoni
1db597be70 added filter_unsharp to the 1.2 pro 2008-05-05 13:31:18 +00:00
Paolo Cignoni cignoni
7188f75a8d renamed to the filter_XXX naming style 2008-05-05 13:27:33 +00:00
Paolo Cignoni cignoni
08ea66621a Last CVS commit: update of file 2008-05-04 20:05:01 +00:00
Paolo Cignoni cignoni
b9c929a3c0 Added texture smoothing function. Actually the smooth algorithm is inside the "textureeditor.h" file, but soon I will move it in "texture_optimization.h".
Modified interface.
Improved path finding.
2008-05-04 16:33:24 +00:00
Paolo Cignoni cignoni
ba52c09481 Beta version of the UnifySet function 2008-05-03 10:26:09 +00:00
Paolo Cignoni cignoni
63f071f7b8 changed the paramter set and clarified scaling issues. Removed sinusoidal deformation and unified the ones based on perlin noise 2008-05-02 14:23:13 +00:00
Paolo Cignoni cignoni
093853eead gcc compiling >> -> > > 2008-05-02 09:38:28 +00:00
Paolo Cignoni cignoni
4181c207f9 Minor change in applyFilter method to the actual parameters of the generateNoiseValue method when style is SIMPLE. 2008-05-01 19:54:31 +00:00
Paolo Cignoni cignoni
bfbdafc7a7 Modified minimum values of edge length and chip depth parameters. Added tests in the applyFilter method to avoid that the values of these parameters will be zero (it may happen when working on very small meshes). 2008-05-01 14:13:00 +00:00
Paolo Cignoni cignoni
b6678d3a35 Modified noise method parameters to make it independent from mesh size. For each vertex, local bounding box coordinates (in range [0...1]) will be used instead of global coordinates.
Changed noise frequency scale parameter values.
2008-05-01 13:11:55 +00:00
Paolo Cignoni cignoni
8907d4ad0f Improved the vertex rotation function 2008-04-29 14:39:01 +00:00
Fabio Ganovelli ganovelli
a42a1e71d3 removed a reduntant templatization, removed a warning on missing return value 2008-04-29 09:56:04 +00:00
Paolo Cignoni cignoni
494f5e1901 First non working version 2008-04-29 08:56:02 +00:00
Paolo Cignoni cignoni
5fd33fe47f removed use of smoothcolor 2008-04-28 15:06:28 +00:00
Paolo Cignoni cignoni
2e29544645 Added collapse vertex function, improved interface 2008-04-27 10:09:22 +00:00
Paolo Cignoni cignoni
3021ef4b02 improved loss of precision minimization 2008-04-26 13:45:48 +00:00
Paolo Cignoni cignoni
bd7334aa8d commented assert 2008-04-26 12:50:32 +00:00
Paolo Cignoni cignoni
58c8f291f9 Added a lot of feature, removed some bugs, new interface 2008-04-26 09:42:50 +00:00
Paolo Cignoni cignoni
852780aa97 small bug in tri png reading 2008-04-24 21:11:19 +00:00
Paolo Cignoni cignoni
4f7093864e added lib3ds linking for linux 2008-04-24 20:51:45 +00:00
Paolo Cignoni cignoni
af8b6436d4 Minor changes. "Update selection" turned on by default if there is some face selected in the mesh. 2008-04-24 17:15:54 +00:00
Paolo Cignoni cignoni
55e1491425 Minor changes: added IsD() test when clearing V bits; small optimizations to normals update. 2008-04-24 13:55:49 +00:00
Paolo Cignoni cignoni
a9ee8fa48c made some resident stuff recomputed at real time 2008-04-24 09:39:20 +00:00