1656 Commits

Author SHA1 Message Date
Stefano Marras marras
7f52ab924a Removed small bugs 2009-11-17 19:01:47 +00:00
Marco Callieri mcallieri
057575a6d5 added cache size control in command line version 2009-11-17 17:16:00 +00:00
Marco Callieri mcallieri
85d224b0ac added bbox check, if the mesh is out of the subvolume, it is not loaded at all 2009-11-16 15:25:42 +00:00
Stefano Marras marras
dc06004906 Fixed small bugs. Removal of small CC no more needed. 2009-11-16 12:13:01 +00:00
Guido Ranzuglia granzuglia
470d38edb7 added log_2 template function to support visual studio 2005-2008 2009-11-16 11:23:20 +00:00
Guido Ranzuglia granzuglia
5a09fcba16 added support for M_SQRT in visual studio 2005-2008 2009-11-16 11:22:42 +00:00
Guido Ranzuglia granzuglia
004122adc4 added return true; in AddSingleMesh 2009-11-16 11:21:25 +00:00
Luigi Malomo malomo
66002e721a further optimizations in Basic Parametrization filter (space-optimizing method)
bug fixes in Set Texture filter
general code cleanup + minor changes
2009-11-16 01:52:07 +00:00
Luigi Malomo malomo
7af9e03f05 fixed a bug (in space-optimizing method "quads per line" weren't checked)
added hint for user in case of error
2009-11-14 16:33:52 +00:00
Luigi Malomo malomo
9950ea28e8 some code refactoring + little bug fix
added limit for triangles dimension in parametrization domain
Set Texture filter implemented (not fully tested)
2009-11-14 01:28:58 +00:00
Marco Callieri mcallieri
72f4e20e1d added parameter for stripping asserts on release on mingw 2009-11-13 11:41:07 +00:00
Marco Callieri mcallieri
e208e7a897 2009-11-12 13:37:34 +00:00
Marco Callieri mcallieri
5b9b3f84bd added ALN support, corrected small bugs 2009-11-12 13:36:06 +00:00
Marco Callieri mcallieri
aa637ff0d5 added parameter for plymc restart from a certain subblock, plus rewrite some of the help in command line tool 2009-11-11 13:13:04 +00:00
Luigi Malomo malomo
7601670545 Strongly optimization in Basic Triangle Mapping filter (space-optimizing method).
Removed faces sort by area.
2009-11-10 18:17:53 +00:00
Stefano Marras marras
a94bea85ae Fixed infinite loop bugs; added support for non-overlapping meshes (e.g. aligned meshes); more debug is needed. 2009-11-10 17:34:41 +00:00
Luigi Malomo malomo
c8ad64a035 Added Set Texture filter skeleton (does nothing) 2009-11-08 17:36:03 +00:00
Luigi Malomo malomo
6720494307 Fixed a bug in space-optimizing Basic Parametrization filter.
Smaller faces weren't actually mapped in smaller triangles.
2009-11-08 15:16:42 +00:00
Luigi Malomo malomo
88bd72bb53 Modified Basic Parametrization filter to set texture id (required by some old filters) 2009-11-08 02:20:31 +00:00
Luigi Malomo malomo
2a47647ad1 Added log info to Basic Parametrization filter (triangles catheti px size) 2009-11-08 01:55:47 +00:00
Luigi Malomo malomo
430a6275f2 Added space-optimizing algorithm to Basic Parametrization filter.
Slow, don't use it by now
2009-11-08 01:11:49 +00:00
Paolo Cignoni cignoni
bca3fff841 corrected a filterparameter to a changed interface 2009-11-05 22:44:35 +00:00
Paolo Cignoni cignoni
801b8cefb4 corrected a few parameters without tooltip 2009-11-05 22:33:12 +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
dd0f890a13 Added the new curvature computation operator written by Daniele Panozzo, based on Pseudoinverse quadric fitting. 2009-11-05 10:28:58 +00:00
Nico Pietroni nicopietroni
4f7c9065e4 line 209 changed round(x) call with the more standard floor(x+0.5) 2009-11-04 15:41:58 +00:00
Nico Pietroni nicopietroni
d7da0a2afb minor changes 2009-11-02 13:59:59 +00:00
Nico Pietroni nicopietroni
fc002ef6d5 minor changes (added Update normals) 2009-11-02 13:58:50 +00:00
Paolo Cignoni cignoni
b456547418 harmless warnings 2009-11-01 23:20:32 +00:00
Paolo Cignoni cignoni
cee97a8007 Added mingw32 support that requires __int64 instead of _int64 2009-11-01 10:55:48 +00:00
Luigi Malomo malomo
62001a823c Added Basic Parametrization filter (still to improve) 2009-11-01 03:55:48 +00:00
Paolo Cignoni cignoni
55eda69e0f Added plymc to the official list of plugins 2009-10-31 21:35:30 +00:00
Paolo Cignoni cignoni
805d54ce42 >> into > > 2009-10-31 16:38:34 +00:00
Paolo Cignoni cignoni
b00c15a48e harmless changes for gcc mingw compiling 2009-10-31 15:19:32 +00:00
Stefano Marras marras
12ea6b07bc Fixed minor bugs. 2009-10-30 18:00:46 +00:00
Paolo Cignoni cignoni
8c9790878d Discrete Curvature filter should also set that it has created the quality 2009-10-30 16:53:16 +00:00
Paolo Cignoni cignoni
01308a2dc0 add missing const 2009-10-30 16:43:27 +00:00
Paolo Cignoni cignoni
b1a84274fd First commit of the notorious plymc, the official VCG reconstruction algorithm 2009-10-30 16:28:49 +00:00
Paolo Cignoni cignoni
ddf00f3b14 added new plugins to the official lists, io_m, filter_measure and filter_texture 2009-10-30 10:57:13 +00:00
Nico Pietroni nicopietroni
5ed09f63c9 Added 1 more function to remap the diamond parametrization on the original mesh (and split faces if needed) 2009-10-29 18:58:39 +00:00
Nico Pietroni nicopietroni
61ccdce911 added meshes to reparametrize as a parameter 2009-10-29 18:57:39 +00:00
Nico Pietroni nicopietroni
e2b6f68e1a corrected 1 bug in stop condition 2009-10-29 18:56:13 +00:00
Nico Pietroni nicopietroni
fdaee95f3e minor changes 2009-10-29 18:55:32 +00:00
Stefano Marras marras
8776bad32d CheckRedundancy revised; user can now use Face Quality in order to select redundant faces. Source code has been cleaned up. Filter seems to be faster than previous version. HARD DEBUG STILL NECESSARY! 2009-10-29 18:05:57 +00:00
Luigi Malomo malomo
2bbea314e2 Added Texture filter "Convert PerWedge UV to PerVertex UV"
Changed filter "UV to Color":
- now maps Per Vertex Coordinates into color
- added Hue-Saturation color space (beside Red-Green one)
2009-10-27 02:01:07 +00:00
Luigi Malomo malomo
4dec173314 fixed bug on UV To Color filter 2009-10-23 15:34:22 +00:00
Luigi Malomo malomo
7f4adcd8d7 Added new filter_texture plugin files
- UV to Color filter implemented
2009-10-23 15:16:39 +00:00
Luigi Malomo malomo
e65892380c Made old filter_texture files 2009-10-23 14:13:23 +00:00
Paolo Cignoni cignoni
a9f50a7b0a small gcc compilation issues 2009-10-23 13:42:01 +00:00
Nico Pietroni nicopietroni
5ded5b52bc minor changes 2009-10-16 15:50:01 +00:00