3162 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
da35e89106 updated .pro files 2009-04-22 08:08:51 +00:00
Michele Sottile sottile
db7ed7114b 1)Dialog comments and biography added
2)normals re-orientation in Convex hull
3)Dialog comments in delaunay triangulation
4)added threshold in Voronoi filtering
5)added CH in visible points and reset old selection
2009-04-21 17:24:28 +00:00
Guido Ranzuglia granzuglia
ed89fce2ea 2009-04-21 14:02:09 +00:00
Guido Ranzuglia granzuglia
2a6d1cc3fd adjusted lib directories 2009-04-21 13:55:56 +00:00
Paolo Cignoni cignoni
f6ff9d91c3 Added Merge Close Vertices filter that collapses very similar vertices togheter 2009-04-20 12:34:25 +00:00
Paolo Cignoni cignoni
786c27566d Removed useless version of lib3ds 2009-04-20 12:26:35 +00:00
Paolo Cignoni cignoni
c9585d76ea lib3ds added to the external pro 2009-04-20 12:20:21 +00:00
Paolo Cignoni cignoni
c58aba4811 Added Red-White-Blu Scale 2009-04-17 13:05:51 +00:00
Massimiliano Corsini maxcorsini
b0a511df88 last version (partially checked by the original author) 2009-04-16 15:43:13 +00:00
Paolo Cignoni cignoni
1c72614159 added new methods for computing per vertex normals from face normals 2009-04-10 15:07:06 +00:00
Michele Sottile sottile
c2d54c4d65 Code refactoring.
Add circumradius as face quality in filter alpha shape.
2009-04-07 17:14:41 +00:00
Paolo Cignoni cignoni
aee7333a46 fixed translation matrix support 2009-04-07 16:44:34 +00:00
Michele Sottile sottile
fb87969866 Corrected some errors 2009-04-07 10:36:29 +00:00
Michele Sottile sottile
1a1af9d6ba Some refinement 2009-04-07 10:16:52 +00:00
Michele Sottile sottile
335c864373 Updated the visible points filter 2009-04-06 17:51:39 +00:00
Paolo Cignoni cignoni
62d2bd5225 Collada improvements 2009-04-04 20:13:45 +00:00
Paolo Cignoni cignoni
f1ba9f97db 2009-04-03 14:25:05 +00:00
Paolo Cignoni cignoni
b2f6982fc4 fixed Smartblend bug under windows 2009-04-03 09:53:29 +00:00
Massimiliano Corsini maxcorsini
5df896128e local reference system revised 2009-04-02 14:58:10 +00:00
Paolo Cignoni cignoni
5690a42315 removed perceptual metric from default compilation 2009-04-02 07:07:32 +00:00
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