2227 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
cf43bacf8b added quality to the possible sampling modes when transferring attribute to texture 2011-09-09 22:16:19 +00:00
Paolo Cignoni cignoni
f74484ac9d Added support for CTM mesh compressed files 2011-09-09 14:40:04 +00:00
Paolo Cignoni cignoni
4fc5cbcb48 Added geometric measures for quad edges (right angle discrepancy and edge min/max ratio 2011-09-08 22:31:37 +00:00
Paolo Cignoni cignoni
57bcedf29c Add check for existence of tex coords before trying to show texture boundaries 2011-09-08 22:21:38 +00:00
Marco Callieri mcallieri
f8036f8293 added normal-to-texture transfer between two meshes 2011-09-08 11:51:32 +00:00
Paolo Cignoni cignoni
0c99c95dbf Added approximate geodesic poisson disk sampling 2011-09-05 20:52:42 +00:00
Paolo Cignoni cignoni
601243d36e corrected a bug in texture -> vertex color that caused wrong sampling of negative tex coords 2011-09-04 22:18:59 +00:00
Paolo Cignoni cignoni
7c1aeee55b added boundary weight to the texture aware quadric simplification and more correct default value for texture weight. 2011-09-04 22:09:21 +00:00
Paolo Cignoni cignoni
b4fbff89bf added decoration for showing texture seams 2011-09-04 21:11:06 +00:00
Matteo Dellepiane matteodelle
8429aaec0d 2011-08-10 17:22:36 +00:00
Matteo Dellepiane matteodelle
83c05a741a 2011-08-08 17:39:28 +00:00
Fabio Ganovelli ganovelli
b58a796903 correction: ApplyRigidTransformation->ApplySimilarity
(ApplyRigidTransformation was called with scaling scaling transformations)
2011-08-05 14:35:18 +00:00
Fabio Ganovelli ganovelli
2ea877d79e changed ApplyRigidTransformation to ApplySimilarity to support scaling 2011-08-02 10:25:10 +00:00
Paolo Cignoni cignoni
e483c81357 Moved the filter_dirt and filter_sdfgpu plugins from fgt to the official plugin folder 2011-07-29 22:52:05 +00:00
Paolo Cignoni cignoni
adc5b82092 Added a clamping to inside of the triangle for interpolation parameters (just to be sure to return positive values. 2011-07-29 16:33:43 +00:00
Paolo Cignoni cignoni
7608b9ab9a wrong include "" instead of <> 2011-07-29 15:50:22 +00:00
Paolo Cignoni cignoni
e7271e66fa removed useless comments 2011-07-29 15:47:32 +00:00
Fabio Ganovelli ganovelli
2de6c54e0d modifications to add transformation by a matrix to cameras.
in filter_camera: added the case FB_CAMERA_TRANSFORM
in stdpardialog.h/cpp : implemented  Matrix44fWidget
glarea.h/cpp: added transmitMatrix and sendMeshMatrix
2011-07-21 14:48:50 +00:00
Paolo Cignoni cignoni
19acfffa01 updated after the move of import_gts.h export_gts.h 2011-07-15 06:11:49 +00:00
Paolo Cignoni cignoni
65598f4fd3 Moved to the VCGLib repository 2011-07-15 06:06:37 +00:00
Matteo Dellepiane matteodelle
f1c3db9ee0 Tuning of parameters scaling 2011-07-13 12:05:01 +00:00
Massimiliano Corsini maxcorsini
6fd443af14 Shot::RescalingWorld now contains an additional parameter
to decide if rescale or not the focal length.
At the moment the intrinsics parameters loaded are assumed
to be correct, and hence all the calls to this method
do not use rescaling of the intrinsics.
2011-07-12 12:54:57 +00:00
Massimiliano Corsini maxcorsini
2f2796a282 Shot::RescalingWorld now contains an additional parameter
to decide if rescale or not the focal length.
At the moment the intrinsics parameters loaded are assumed
to be correct, and hence all the calls to this method
do not use rescaling of the intrinsics.
2011-07-12 12:54:03 +00:00
Paolo Cignoni cignoni
75765b7c67 added a perface normal generation just to be sure 2011-07-04 12:35:32 +00:00
Marco Callieri mcallieri
0b98dceb5a first working version of the project-to-texture filter 2011-06-24 12:13:42 +00:00
Paolo Cignoni cignoni
2990c8a34f minor changes to the commandline plymc to remove warnings and minor issues... 2011-06-23 08:34:17 +00:00
Paolo Cignoni cignoni
9061a96f12 Updated the mc simplifier to the new framework of local optimization... 2011-06-17 13:37:56 +00:00
Paolo Cignoni cignoni
b558d2f4eb removed harmless warning (unused vars) 2011-06-17 13:36:43 +00:00
Paolo Cignoni cignoni
e622891d49 corrected small bug in the unsharp mask for normals 2011-06-17 13:32:24 +00:00
Matteo Dellepiane matteodelle
481b1659b7 Render Camera: corrected the scaling of axes 2011-06-16 15:53:16 +00:00
Paolo Cignoni cignoni
1c19c45307 Added callback to snapvertex function. 2011-06-16 14:51:12 +00:00
Paolo Cignoni cignoni
b0c8146df4 Updated the whole isoparametrization framework to the new local optimization framework by flipping to the new local optimization framework. 2011-06-16 14:48:23 +00:00
Paolo Cignoni cignoni
17b67c129f Updated triangle optimization by flipping to the new local optimization framework. 2011-06-16 14:46:45 +00:00
Paolo Cignoni cignoni
cd8bf134e7 Moved (and removed qt dependencies and CMeshO stuff) everyithing from here to the vcg library 2011-06-05 23:52:23 +00:00
Paolo Cignoni cignoni
f791a5400b just removed harmless warnings 2011-06-05 23:50:30 +00:00
Paolo Cignoni cignoni
e088f8af99 moved classes for mesh simplification with texcoord preservation into vcg lib 2011-06-04 21:56:37 +00:00
Marco Callieri mcallieri
2a4109d27f edit plugin with manipulators: first working version (still some bugs) 2011-05-31 12:51:02 +00:00
Marco Callieri mcallieri
9a9c34f0ee first draft of manipulators: edit filter for moving meshes around in the world space (rotate, translate, scale) 2011-05-26 16:13:45 +00:00
Matteo Dellepiane matteodelle
0726ceaf3c Added rigid transformation filters for cameras (or group of cameras. Preliminary testing completed. 2011-05-26 12:49:25 +00:00
Nico Pietroni nicopietroni
8ef516d7b5 2011-05-26 07:57:05 +00:00
Paolo Cignoni cignoni
1f57d470dc added per vertex texture coords and per wedge texture coords as parameters and added alpha to color defintiton functions 2011-05-25 15:17:15 +00:00
Matteo Dellepiane matteodelle
21e7ae0a28 modified the matrix transformation filters to allow for the roto-translation of all the elements of the project 2011-05-24 12:44:08 +00:00
Paolo Cignoni cignoni
793c50843f Added trivial WedgeTexFromVertexTex filter 2011-05-20 23:20:54 +00:00
Paolo Cignoni cignoni
23d8f0688d added simple planar mapping 2011-05-20 15:17:05 +00:00
Paolo Cignoni cignoni
b1c8a91b9f updated the simplifier to reflect recent changes to the optimization framwork 2011-05-20 15:14:31 +00:00
Marco Callieri mcallieri
671c0f9446 second iteration of color mapping from photos 2011-05-20 14:57:11 +00:00
Matteo Dellepiane matteodelle
238d60e1d8 Added and tested "scale raster camera and "scale mesh camera" 2011-05-20 13:50:31 +00:00
Matteo Dellepiane matteodelle
e928bcaec1 fixed issues on assignment of shots to raster 2011-05-19 14:39:58 +00:00
Paolo Cignoni cignoni
8afe881db3 Added tools for visualizing non regular vertices and separatrix on quad meshes 2011-05-16 15:14:44 +00:00
Matteo Dellepiane matteodelle
63b4bf3e6f 2011-05-16 11:45:53 +00:00