2398 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
26fc34d22b corrected the VoronoiColoring filter after the changes to the voronoi processing stuff 2012-07-03 13:41:15 +00:00
Paolo Cignoni cignoni
a9dbe7337c Updated after the removal of the enum bit vertexborder and faceborder 2012-07-03 13:14:44 +00:00
Paolo Cignoni cignoni
68ec3c9e0a Added parameter to show per face color in parametrization (useful to show distortion) 2012-07-03 13:09:32 +00:00
Paolo Cignoni cignoni
b79a942f23 small improvemetns in stat reporting 2012-07-03 10:21:12 +00:00
Paolo Cignoni cignoni
49f519c706 Updated after the removal of the enum bit vertexborder and faceborder 2012-07-03 10:19:19 +00:00
Paolo Cignoni cignoni
ee2b666019 corrected bug in the normal orientation after a matrix rotation 2012-07-03 09:30:20 +00:00
Paolo Cignoni cignoni
18d3b5dec7 Better timing for voronoi altlas filter 2012-07-03 09:12:09 +00:00
Paolo Cignoni cignoni
89614e944f First version of the voronoi atlas texturing filter 2012-07-03 08:41:32 +00:00
Guido Ranzuglia granzuglia
343fa5dc35 removed crash when non manifold decorations are requested on a two manifold mesh. 2012-07-02 13:29:20 +00:00
Paolo Cignoni cignoni
a946cf2d9c Updated after the removal of the enum bit vertexborder and faceborder 2012-07-02 11:09:39 +00:00
Paolo Cignoni cignoni
6eaebff218 Updated after the removal of the enum bit vertexborder and faceborder 2012-07-02 09:46:15 +00:00
Paolo Cignoni cignoni
ccc78e067b Added functions to compute texture distortion for faces 2012-07-02 09:42:58 +00:00
Paolo Cignoni cignoni
0d39ce203d Corrected a bug in the opengl state and added better control for histograms 2012-07-02 09:36:20 +00:00
Matteo Dellepiane matteodelle
f90d8298bd dellepiane: added rename raster layer and set raster camera to raster layer submenu 2012-07-02 08:35:33 +00:00
Paolo Cignoni cignoni
3cc1bcc814 Corrected bug in the compute topological measure that reported wrong genus in case of meshes with unreferenced vertices... 2012-06-28 17:27:00 +00:00
Paolo Cignoni cignoni
7ac62f3992 Added flag for controlling the drawing of boundary edges when showing non manifold edges 2012-06-28 17:25:44 +00:00
Paolo Cignoni cignoni
b2b9c24485 Added layer functions for deleting mesh and raster
added filter for decomposing a mesh into connected components (inverse of Flatten)
2012-06-28 10:25:24 +00:00
Guido Ranzuglia granzuglia
06becc0492 added missed attribute 2012-06-28 09:26:04 +00:00
Marco Callieri mcallieri
434923c62e corrected bug due to uninitialized CB callback function in plymc standalone executable. Corrected a bug where input meshes with associated matrix get their geometry transformed, but not their normal. (CAREFUL still to be properly tested) 2012-06-22 14:58:16 +00:00
Marco Callieri mcallieri
a8b9175b81 added a checkbox to force point rendering during alignment (for complex datasets, and mixed point-face datasets) 2012-06-20 11:45:27 +00:00
Marco Callieri mcallieri
f7f2939381 removed hard-coded constant when performing color scattering (in per-mesh coloring) 2012-06-19 13:33:15 +00:00
Paolo Cignoni cignoni
c85bd6054b Corrected few inconsistencies and removed some leftovers from the sdfgpu code 2012-06-08 14:29:05 +00:00
Andrea Baldacci baldacci
a6587c9c8d fixed pixel query 2012-06-06 18:48:16 +00:00
Guido Ranzuglia granzuglia
26765dd6b9 moved to plugins_unsupported folder 2012-06-04 16:14:24 +00:00
Matteo Dellepiane matteodelle
3b8686846f dellepiane: tuned the mechanism for convergence 2012-05-31 20:54:42 +00:00
Matteo Dellepiane matteodelle
7846c0bb3c dellepiane: code optimization and removal of a bug (wrong FilterName) 2012-05-31 20:44:17 +00:00
Matteo Dellepiane matteodelle
03522ce2f1 dellepiane: modified the filter to update several times during calibration, updated xml with help info 2012-05-31 20:00:55 +00:00
Paolo Cignoni cignoni
b0ea482af4 Added setting of polygonal mesh flag when setting crease. 2012-05-30 07:16:31 +00:00
Guido Ranzuglia granzuglia
519ade3b08 removed compile-time error 2012-05-29 13:41:08 +00:00
Guido Ranzuglia granzuglia
a265765429 removed compile-time error 2012-05-29 13:40:24 +00:00
Marco Callieri mcallieri
5145951243 added check to use only _active_ raster layers 2012-05-29 13:14:08 +00:00
Marco Callieri mcallieri
11200c3f47 when a measure is taken, it is also printed in the log (from where it can be copied to clipboard) 2012-05-28 12:02:10 +00:00
Paolo Cignoni cignoni
ff0686e2ac filter_img_patch_param: GLSL functions more recent than OpenGL 2.1 replaced by older versions so as to ensure Mac compatibility. 2012-05-14 11:48:39 +00:00
Paolo Cignoni cignoni
fc17e79081 Include path fixed in the raster reprojection decorator. 2012-05-10 14:34:00 +00:00
Matteo Dellepiane matteodelle
aabafe2cad dellepiane: modified shader to avoid projection on the back of a camera 2012-05-09 15:00:15 +00:00
Matteo Dellepiane matteodelle
162be7f6b7 dellepiane: added control on near and far planes 2012-05-09 14:59:16 +00:00
Marco Callieri mcallieri
9243739e6e corrected bug in raster projection: now projects only IN FRONT of the camera, and not in front+back. A simple test was missing, probably due to a messy commit 2012-05-09 12:22:20 +00:00
Matteo Dellepiane matteodelle
492fd1572c dellepiane: added non-manifold check and buffer type compatibility (GL_RGB8 if GL_RED is not available) 2012-05-08 22:23:31 +00:00
Marco Di Benedetto dibenedetto
5af6e030e1 fixes to comply with new glw interface. 2012-05-08 10:47:08 +00:00
Paolo Cignoni cignoni
f5b531cdc1 Removed harmless gcc warnings 2012-05-07 07:37:07 +00:00
Paolo Cignoni cignoni
127121baa4 img_patch_param_filter: completely converted so as to fully use the glw module of the VCG. 2012-05-04 11:32:50 +00:00
Paolo Cignoni cignoni
bb4f275f4f filter_img_patch_param: bug fixed in the visibility check based on shadow mapping. 2012-05-04 09:34:42 +00:00
Paolo Cignoni cignoni
d3f90bd038 Some bugs fixed in the filter "filter_img_patch_param" + beginning of its conversion to the glw module of the VCG lib. 2012-05-04 07:45:06 +00:00
Guido Ranzuglia granzuglia
cf83989901 mutual info xml filter. 2012-04-26 16:57:51 +00:00
Matteo Dellepiane matteodelle
52059278c4 dellepiane: added parameters to control the convergence, help and dialog to be refined 2012-04-23 10:14:49 +00:00
Paolo Cignoni cignoni
83f8c4d1c0 Updated to reflect the changes from ColorRamp -> SetColorRamp in the VCG lib 2012-04-18 21:18:51 +00:00
Paolo Cignoni cignoni
67751b06af Moved filter_mutualglobalNCC to plugins_experimental 2012-04-03 07:49:00 +00:00
Paolo Cignoni cignoni
04faa577ef moved filter_mutualglobal to plugins_experimental 2012-04-03 07:44:16 +00:00
Paolo Cignoni cignoni
ce5a13db53 Moved edit_ocme to plugins_experimental 2012-04-03 07:34:55 +00:00
Paolo Cignoni cignoni
b4b2cc6b70 Moved filter_musical_instruments to the experimental folder 2012-04-03 07:31:17 +00:00