3142 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
348b2d92fb Corrected stupid bug (prenormalization of face normals) that stopped the working of curvature optimization.
Improved help wording and a deg/rad mismatch too...
2009-04-02 01:07:39 +00:00
Michele Sottile sottile
3d003d034a New filter Added: Visible Point Selection 2009-04-01 17:50:45 +00:00
Paolo Cignoni cignoni
bf5a51d0ac Removed crashing bug from straightener 2009-04-01 15:05:43 +00:00
Paolo Cignoni cignoni
9e98bfcfd1 removed bug of hanging ctrl trackball when ctrl-clicking in the layers 2009-04-01 14:03:58 +00:00
Paolo Cignoni cignoni
dbb0e72f5b Implemented selection of visible only faces. 2009-04-01 13:50:51 +00:00
Paolo Cignoni cignoni
91e6eb0462 Added selection by connected components 2009-03-31 23:00:30 +00:00
Paolo Cignoni cignoni
aa8e850d86 corrected a few errors in the build system about the last directory move... 2009-03-31 22:24:30 +00:00
Michele Sottile sottile
5878bc92fa code optimization for all the filters 2009-03-31 21:59:05 +00:00
Paolo Cignoni cignoni
3e18df446a Rearranged the functionalities of the parameter. Xml coding/encoding is now something of the parameter itself.
Consistent but still needing more work to clarify the underlying abstract model of parameters
2009-03-31 21:25:24 +00:00
Massimiliano Corsini maxcorsini
e11dd6ca1d ASE added 2009-03-31 21:07:27 +00:00
Paolo Cignoni cignoni
acbbf1dbbd Completed the move of the filter_quality mapping filter from within the edit_quality folder to the same level. 2009-03-31 20:30:34 +00:00
Massimiliano Corsini maxcorsini
38cfb1a028 quite finished version 2009-03-31 20:27:39 +00:00
Massimiliano Corsini maxcorsini
d20e4d432d first version of perceptual metric filter 2009-03-31 16:28:41 +00:00
Massimiliano Corsini maxcorsini
1511d65c8d added filter perceptualmetric 2009-03-31 16:27:19 +00:00
Paolo Cignoni cignoni
7dcf53bb6c added a abrupt ending of using the opengl shaders... 2009-03-31 14:18:52 +00:00
Paolo Cignoni cignoni
882691a3ff Moved the filter_quality mapping filter from within the edit_quality folder to the same level. 2009-03-31 14:07:34 +00:00
Michele Sottile sottile
760161006c Add some comment 2009-03-30 16:58:19 +00:00
Michele Sottile sottile
b0d1231fab Complete alpha version of filters with comments 2009-03-30 16:36:26 +00:00
Paolo Cignoni cignoni
e122c4ada4 *** WARNING interface changes ***
The main rendering loop of the glarea has been significantly rewritten. I have updated all the rendering plugins that now mostly work. 
Main Changes:
- Rendering plugins are now responsible of the rendering of the whole MeshDocument and not only of a single MeshModel. This means also that multipass rendering techniques are more streamlined. The only requirement for a rendering plugin is that it should leave the z-buffer in a coherent state.
- The scaling/centering of the scene is now devoted entirely to the trackball (for a future better camera management)
- The trackball is post-drawn (now it is nicely antialiased against the mesh)
- The snapshot mechanism has been improved (now works for ortho projections too)
2009-03-27 15:29:28 +00:00
Paolo Cignoni cignoni
4109eecfec Corrected the code of the poisson sampling for getting subsamples of a given point cloud 2009-03-26 11:02:30 +00:00
Paolo Cignoni cignoni
1f1eef3c31 updated the DeleteAttribute to the new syntax without the type. 2009-03-26 10:53:23 +00:00
Paolo Cignoni cignoni
81138a7ba4 updated the DeleteAttribute to the new syntax without the type. 2009-03-26 10:52:41 +00:00
Michele Sottile sottile
8f81ca5c21 Uncommented preliminary version of Voronoi filtering in filter_qhull 2009-03-25 10:25:28 +00:00
Paolo Cignoni cignoni
e75a852771 Added filter "Single Plane", doesn't take care of thickness of the plane, only slices the current mesh using a plane perpendicular to canonical axis or a custom one. 2009-03-22 18:58:42 +00:00
Paolo Cignoni cignoni
8a6e3f6075 added Directional presevation smoothing that allow to apply any smoothing algorithm in a directional way. 2009-03-20 09:12:27 +00:00
Paolo Cignoni cignoni
aa8797f345 Added a first version of the depth smoothing 2009-03-20 00:27:35 +00:00
Paolo Cignoni cignoni
dffd5e04c6 added poisson subsampling option. Merged subdiv and similar sampling into Stratified sampling 2009-03-19 21:44:01 +00:00
Paolo Cignoni cignoni
4f590f10e0 minimal cleaning up 2009-03-19 00:11:13 +00:00
Paolo Cignoni cignoni
87cc20b85b Small changes (cast mostly) to improve mac compatibility of shaders 2009-03-19 00:05:12 +00:00
Paolo Cignoni cignoni
54d20f90fc added missing vertex normal intialization 2009-03-18 23:58:32 +00:00
Paolo Cignoni cignoni
ce2523d129 Added support for the save and load of radius data 2009-03-18 14:40:25 +00:00
Paolo Cignoni cignoni
725fd17746 Vertex Color Bug removed 2009-03-17 14:25:25 +00:00
Stefano Marras marras
13739b6c0c Added T-Vertices removal by edge flipping or collapse 2009-03-11 16:51:44 +00:00
Gael Guennebaud guennebaud
61be3593f9 mls/kdtree: add the posibility to get the initial index of a neighbor 2009-03-11 12:01:26 +00:00
Paolo Cignoni cignoni
9415e82fa5 updated the 3ds pro file to the new external libs 2009-03-11 09:34:23 +00:00
Michele Sottile sottile
5ef34ccfd0 Add preliminary version of the alpha shape filter 2009-03-10 18:20:45 +00:00
Paolo Cignoni cignoni
740a0a3967 Added geometric cylindrical unwrapping filter. 2009-03-09 23:00:23 +00:00
Gael Guennebaud guennebaud
aa22116420 add an option to control the number of neighbors in
"normals from point set" filter" (very useful for noise and/or bad
sampling)
2009-03-09 16:44:35 +00:00
Gael Guennebaud guennebaud
5ee77dd054 bugfix in splatting 2009-03-09 16:42:44 +00:00
Paolo Cignoni cignoni
21059880a1 Solved some compiling issues. 2009-03-08 09:33:53 +00:00
Michele Sottile sottile
6f67bb0351 filter_qhull contains preliminary version of convex hull filter and Delaunay triangulation filter. 2009-03-06 00:09:52 +00:00
Paolo Cignoni cignoni
c29b4959e8 Interface trick on layers:
If the user has pressed ctrl when clicking on the eye icon,
only that layer will remain visible. Very useful for switching when comparing meshes
2009-03-05 10:43:26 +00:00
Paolo Cignoni cignoni
9d0891b0e8 Corrected pro to reflect the new "external" library path 2009-03-04 01:37:07 +00:00
Paolo Cignoni cignoni
34c59c481a added pro for compiling muparser 2009-03-04 01:35:44 +00:00
Paolo Cignoni cignoni
b4468a92b4 Added muparser library in the external folder 2009-03-04 01:33:55 +00:00
Paolo Cignoni cignoni
03cc6a2bf9 Added base bzip2 library in the external folder 2009-03-04 00:20:36 +00:00
Paolo Cignoni cignoni
b3dfd30398 Corrected path for the libraries of lib3ds 2009-03-04 00:05:34 +00:00
Paolo Cignoni cignoni
5172d1b688 removed all the message box from io plugins 2009-03-03 23:37:39 +00:00
Paolo Cignoni cignoni
854fc41863 *** Significant Change *** added log to the io plugins. 2009-03-03 23:36:22 +00:00
Paolo Cignoni cignoni
4a425f9542 updated mac installer to 1.2 version and used rsync to avoid recursive copying of debug qt libraries 2009-03-03 14:16:43 +00:00