2938 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
8a009f7f1a renamed meshselect to the standard naming scheme filter_select 2008-12-09 21:24:47 +00:00
Paolo Cignoni cignoni
62967b5a81 renamed meshselect to the standard naming scheme filter_select 2008-12-09 21:24:10 +00:00
Paolo Cignoni cignoni
4202e812cb moved inside filter_clean plugin the single filter of the deleted filter_rangemap plugin 2008-12-09 15:48:41 +00:00
Paolo Cignoni cignoni
127ce88879 renamed cleanfilter to the standard naming scheme filter_clean 2008-12-09 14:31:57 +00:00
Paolo Cignoni cignoni
44725a52f4 renamed cleanfilter to the standard naming scheme filter_clean 2008-12-09 14:31:01 +00:00
Paolo Cignoni cignoni
b0c03e8b89 renamed cleanfilter to the standard naming scheme filter_clean 2008-12-09 14:25:10 +00:00
Paolo Cignoni cignoni
9d942559f9 Moved import/export of basic mesh types into baseio. Only 3ds i/o is performed in io_3ds. 2008-12-09 14:21:27 +00:00
Paolo Cignoni cignoni
6e45a715fd renamed meshio plugin to the standard io_3ds naming scheme 2008-12-09 11:59:27 +00:00
Paolo Cignoni cignoni
10aa847ced renamed meshio plugin to the standard io_3ds naming scheme 2008-12-09 11:58:08 +00:00
Paolo Cignoni cignoni
f16701300f renamed colladaio plugin to the standard io_collada naming scheme 2008-12-09 11:56:09 +00:00
Paolo Cignoni cignoni
ac75651030 renamed meshio plugin to the standard io_3ds naming scheme 2008-12-09 11:20:34 +00:00
Paolo Cignoni cignoni
ca2c9aec56 renamed epoch_io plugin to the standard io_epoch naming scheme 2008-12-09 11:18:23 +00:00
Paolo Cignoni cignoni
e244e15504 renamed colladaio plugin to the standard io_collada naming scheme 2008-12-09 11:17:59 +00:00
Paolo Cignoni cignoni
2551a93b4b renamed epoch_io plugin to the standard io_epoch naming scheme 2008-12-09 11:17:14 +00:00
Paolo Cignoni cignoni
37dec4f42b renamed epoch_io plugin to the standard io_epoch naming scheme 2008-12-09 11:15:57 +00:00
Paolo Cignoni cignoni
ab63abfa6e renamed epoch_io plugin to the standard io_epoch naming scheme 2008-12-09 11:15:13 +00:00
Paolo Cignoni cignoni
e8c0a381d1 renamed colladaio plugin to the standard io_collada naming scheme 2008-12-09 11:10:33 +00:00
Paolo Cignoni cignoni
fc82c46e6b per-face color should be used only if they are available. 2008-12-09 10:04:38 +00:00
Paolo Cignoni cignoni
43bf50ebcc Initial Commit, the filters adds to the file>new menu:
Box, Octahedron, Sphere, Tetrahedron and Icosahedron
2008-12-08 15:13:35 +00:00
Paolo Cignoni cignoni
3d299b4278 First working version of actual mesh slicing. 2008-12-08 13:33:28 +00:00
Paolo Cignoni cignoni
539cdaf116 updated to the new interface of the edgelen predicate for the refinement 2008-12-05 23:02:15 +00:00
Paolo Cignoni cignoni
1d71ce2db5 refactored the code and made the edge splitting predicate robust to non symmetric equations (with a non trascurable overhead) 2008-12-05 23:01:31 +00:00
Paolo Cignoni cignoni
74982c1a4f Added two transfer functions for quality mapping with a gray sawtooth shape 2008-12-04 12:46:41 +00:00
Paolo Cignoni cignoni
fa227bb578 Better bbox managment in slices (thanks to Lorenzo Marchi) 2008-11-30 08:25:44 +00:00
Paolo Cignoni cignoni
01b7e701da removed warnings 2008-11-28 14:58:31 +00:00
Paolo Cignoni cignoni
891b35dd0d removed warnings 2008-11-28 14:56:50 +00:00
Paolo Cignoni cignoni
ce8f4b4f7e Removed array initialization with variable values 2008-11-28 10:53:23 +00:00
Paolo Cignoni cignoni
9b8f9bfafb skipped loading of texture if mesh has no textures. Thanks to Lorenzo Marchi 2008-11-27 23:53:53 +00:00
Paolo Cignoni cignoni
93dcfc93c0 missing intitialization of logstream. Thanks to Lorenzo Marchi 2008-11-27 23:51:14 +00:00
Paolo Cignoni cignoni
bc92626656 Filters should never try to manually enable/disable stuff but they always use the provided high level updateDataMask interface. Corrected various usage of the meshlab-deprecated Enable() 2008-11-27 21:07:42 +00:00
Paolo Cignoni cignoni
ebefb9fe51 updated to the new random generator. 2008-11-27 21:04:54 +00:00
Paolo Cignoni cignoni
c0eb7d0671 Slightly larger font and correct quality checking 2008-11-27 10:59:47 +00:00
Paolo Cignoni cignoni
624fba85a0 Corrected dialog resizing issue. 2008-11-27 10:59:03 +00:00
Paolo Cignoni cignoni
81b72b304a Major rewrote of slicing filter. Still not working but it compiles at least. 2008-11-26 13:05:07 +00:00
Massimiliano Corsini maxcorsini
92f8480fed add poisson-disk skeleton 2008-11-17 12:55:37 +00:00
Massimiliano Corsini maxcorsini
1917147c31 remove warning 2008-11-17 12:52:58 +00:00
Paolo Cignoni cignoni
d1a1f48470 Corrected the wrong vertex ordering of the red background. patch submitted by Lorenzo Marchi 2008-11-17 08:16:33 +00:00
Paolo Cignoni cignoni
87b18fe3a1 improved texture sampling filter to better cope with varying sampling ratios 2008-11-14 15:13:06 +00:00
Paolo Cignoni cignoni
515449551c Replaced a forgotten IOM_VERTNORMAL with MM_VERTNORMAL 2008-11-13 18:14:30 +00:00
Paolo Cignoni cignoni
c8262379f3 cleaned up the mechanism of enabling/allowing the save of elements in the dialog. Now vertex normals for ply should work allowing to use ply for pointsets 2008-11-13 16:14:51 +00:00
Matteo Dellepiane matteodelle
0ad91da6b9 Corrected texel sampling: now it works also with non-square textures 2008-11-13 12:11:53 +00:00
Paolo Cignoni cignoni
1693fff73a Significant change, now meshmodel is no more derived from io:mask. Updated all the io plugins to reflect this change. 2008-11-13 10:45:04 +00:00
Paolo Cignoni cignoni
e601e7a8f1 add radius, refactored help to be uniform. Corrected bug in face quality 2008-11-13 10:40:10 +00:00
Paolo Cignoni cignoni
94fb95d61e small comments 2008-11-13 10:33:40 +00:00
Paolo Cignoni cignoni
52c82ae8da removed silly shortcut with ctrl-c to close windows... 2008-11-13 10:30:33 +00:00
Paolo Cignoni cignoni
b5ab89681a added voronoi clustering method 2008-11-12 23:47:29 +00:00
Paolo Cignoni cignoni
fd589e811c changing how you get the key so you dont have to build the whool align tools class into your own plugin. now call static getKey function instead 2008-11-12 15:46:52 +00:00
Matteo Dellepiane matteodelle
7a67ea2333 Added color assignment to vertices in Texel Sampling 2008-11-12 14:31:17 +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
3d9d968c94 Improved Hausdorf computation (metro) and added some sanity checks 2008-11-12 13:00:54 +00:00