1291 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
dc62dcff09 renamed meshrender to the standard naming scheme render_gdp 2008-12-10 23:09:46 +00:00
Paolo Cignoni cignoni
26fd213e54 renamed splatrender to the standard naming scheme render_splatting 2008-12-10 23:05:40 +00:00
Paolo Cignoni cignoni
c87159fb88 renamed splatrender to the standard naming scheme render_splatting 2008-12-10 23:04:55 +00:00
Paolo Cignoni cignoni
05d84fa038 renamed splatrender to the standard naming scheme render_splatting 2008-12-10 23:03:16 +00:00
Paolo Cignoni cignoni
6af3cbb24e renamed splatrender to the standard naming scheme render_splatting 2008-12-10 23:02:19 +00:00
Paolo Cignoni cignoni
19a6b78ce9 renamed meshcolorize to the standard naming scheme filter_colorize 2008-12-10 23:01:10 +00:00
Paolo Cignoni cignoni
e5ebb413ab renamed meshcolorize to the standard naming scheme filter_colorize 2008-12-10 23:00:15 +00:00
Paolo Cignoni cignoni
3fac176660 renamed mlsfilters to the standard naming scheme filter_mls 2008-12-09 22:34:51 +00:00
Paolo Cignoni cignoni
83d559efe6 renamed mlsfilters to the standard naming scheme filter_mls 2008-12-09 21:29:03 +00:00
Paolo Cignoni cignoni
27e420778c renamed meshfilter to the standard naming scheme filter_meshing 2008-12-09 21:27:58 +00:00
Paolo Cignoni cignoni
2ba91721f3 renamed meshfilter to the standard naming scheme filter_meshing 2008-12-09 21:26:20 +00:00
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
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
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
fa227bb578 Better bbox managment in slices (thanks to Lorenzo Marchi) 2008-11-30 08:25:44 +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
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
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
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
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
3d9d968c94 Improved Hausdorf computation (metro) and added some sanity checks 2008-11-12 13:00:54 +00:00
Paolo Cignoni cignoni
9323ad03a2 Added crease parameter to crease cut filter, improved filter description and reordered filtered classes. 2008-11-12 12:59:10 +00:00
Paolo Cignoni cignoni
7c993e49b0 Added removal of non manifold vertex and updated the colorization function to use the new functions for counting non manifold vertices. 2008-11-07 10:13:33 +00:00
Paolo Cignoni cignoni
1a5dd84160 only return active points for getPoint3fVector function 2008-10-30 16:47:17 +00:00
Paolo Cignoni cignoni
ea4764b409 if the number of points is not equal return 2008-10-30 16:44:48 +00:00
Paolo Cignoni cignoni
23af1d0cc4 added a log line if there is an error with the alignment 2008-10-30 16:40:57 +00:00
Gael Guennebaud guennebaud
99074e151d use transposeInPlace 2008-10-29 11:17:25 +00:00
Paolo Cignoni cignoni
08084b47d1 re-added filter-func and edit hole to the list of stable plugins 2008-10-28 22:44:20 +00:00