5294 Commits

Author SHA1 Message Date
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
Andrea Baldacci baldacci
23062e5eb0 Correction to sdf to have correct mesh measures. 2011-07-12 12:22:43 +00:00
Paolo Cignoni cignoni
98a0f4bada I put comments in English; I have considered another case where the intersectionplanemesh is not working very well; I have restructured and shortened the applyFilter 2011-07-04 18:44:52 +00:00
Paolo Cignoni cignoni
75765b7c67 added a perface normal generation just to be sure 2011-07-04 12:35:32 +00:00
Guido Ranzuglia granzuglia
0293467be5 introduced enumGui 2011-06-30 14:01:15 +00:00
Guido Ranzuglia granzuglia
5a60b22a51 - changed optional parameters system
- introduced enum type 
- bugs fixing
2011-06-30 14:00:31 +00:00
Paolo Cignoni cignoni
e8f1d5eef5 I rearranged the two main cycles that generate the plans and I have redefined the parameters of the filter 2011-06-29 19:44:47 +00:00
Paolo Cignoni cignoni
d73a0c94eb Some small interface changes and I have adjusted the properties of the orthogonal plane 2011-06-27 18:18:47 +00:00
Paolo Cignoni cignoni
66654f1b0e 2011-06-25 17:46:52 +00:00
Paolo Cignoni cignoni
89a9b8a204 fixed some problems of collinearity in function subtraction 2011-06-24 16:55:04 +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
Guido Ranzuglia granzuglia
0d25c0ee79 added slider_gui support
fixed bugs on preview system
2011-06-22 12:40:00 +00:00
Guido Ranzuglia granzuglia
7ab210107f added slider_gui support 2011-06-22 12:39:18 +00:00
Guido Ranzuglia granzuglia
f38f9627f3 added slider_gui support 2011-06-22 12:38:39 +00:00
Paolo Cignoni cignoni
6381f4e25c I have removed some bugs in the function subtraction and I have optimized the search for the edge to remove 2011-06-18 18:40:25 +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
f4c9075570 removed harmless warning (unused var) 2011-06-17 13:33:02 +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
b1fa573fcb removed harmless warning (initialization order in constructor) 2011-06-16 14:49:57 +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
6a96288063 ExporterSVG need a trimesh not a MeshModel; substituted with the correct CMesh type 2011-06-16 09:03:07 +00:00
Paolo Cignoni cignoni
79c0bb5b57 completed the function "subtraction" and add some support functions (generateRectSeg, compareX, compareY, addAndBreak) 2011-06-14 15:27:57 +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
Paolo Cignoni cignoni
c6c65788e3 Added scaling of the result for more correct SDF computation in mesh units. 2011-05-30 15:18:00 +00:00
Andrea Baldacci baldacci
d6b4c31c19 Solved problem about invalidation of FBOs. It was caused by plugin callback for the progression bar. 2011-05-30 10:45:32 +00:00
Paolo Cignoni cignoni
1cd79a18d0 Added dirt_utils.cpp, missed in the last commit 2011-05-27 08:20:43 +00:00
Paolo Cignoni cignoni
556bc2a07e Code Cleaning and Commenting
Implementation of functions in dirt_utils.h moved to dirt_utils.cpp
Added velocity vector to Structure particle.h
Better handled Particle Vector information in move particle
some warnings removed 
useless functions removed
various bug fixes
2011-05-27 00:34:11 +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
Andrea Baldacci baldacci
6d905f85ff Found a problem with sdf shader. A part of the shader has been disabled with comments. 2011-05-26 14:40:27 +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
Paolo Cignoni cignoni
75b2407844 bugfix GetElapsedTime 2011-05-25 12:27:05 +00:00
Paolo Cignoni cignoni
52924b6b1c 2011-05-25 12:19:49 +00:00
Paolo Cignoni cignoni
61f3b37e51 added GetRemainingTime function 2011-05-25 10:16:41 +00:00
Paolo Cignoni cignoni
73d7e0c575 Correction in particle.h
Fixed Mesh Colorization
Dust Accumlation Filter create a simple cloud of point now without Particle Structure associated
Code Cleaning and Commenting
2011-05-25 00:22:44 +00:00
Andrea Baldacci baldacci
80380a451e Depth only rendering disable in case of Mac. 2011-05-24 14:02:06 +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
Andrea Baldacci baldacci
8cec30af5d Linear filter on TEXs for fbo (Mac problem) 2011-05-24 11:19:20 +00:00
Andrea Baldacci baldacci
0cdab56dae try 16 bit buffer Fbo result for Mac problem 2011-05-24 10:48:07 +00:00