1433 Commits

Author SHA1 Message Date
Gael Guennebaud guennebaud
184d85410e fix duplicate layer issue with point clouds 2009-04-24 08:03:03 +00:00
Paolo Cignoni cignoni
b8fce5b83f Added two decoration to display individually vertexes (As small dots) and non-faux edes 2009-04-23 21:23:49 +00:00
Paolo Cignoni cignoni
7d615e0b6f Added two pair of missing (forgotten?) UpdateNormals::PerFaceNormalized and UpdateFlags::FaceProjection(*m); 2009-04-23 21:22:46 +00:00
Paolo Cignoni cignoni
11923228ca Added remove duplicate face filter 2009-04-23 21:20:57 +00:00
Paolo Cignoni cignoni
8d2f1cd0fa added RegularRecursive sampling 2009-04-22 10:28:08 +00:00
Guido Ranzuglia granzuglia
da35e89106 updated .pro files 2009-04-22 08:08:51 +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
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
Paolo Cignoni cignoni
aee7333a46 fixed translation matrix support 2009-04-07 16:44:34 +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
bf5a51d0ac Removed crashing bug from straightener 2009-04-01 15:05:43 +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
Massimiliano Corsini maxcorsini
e11dd6ca1d ASE added 2009-03-31 21:07:27 +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
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
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
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
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
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
Paolo Cignoni cignoni
9d0891b0e8 Corrected pro to reflect the new "external" library path 2009-03-04 01:37:07 +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
806ee1bacd added correct managment of scaling in the point to point alignment and avoided drawing of hidden layers. 2009-03-03 11:03:09 +00:00
Paolo Cignoni cignoni
20cd7f25d7 improved support of asc files. 2009-03-03 11:00:02 +00:00
Paolo Cignoni cignoni
1bd298ea41 removed some messagebox from io filter (no gui in filters!) 2009-03-03 10:57:20 +00:00
Paolo Cignoni cignoni
d74776dbd9 added a percentage reduction parameter in the quadric simplification filter. Useful for applying a fixed percentage reduction to a given mesh of unknown size with meshlabserver 2009-03-03 09:19:46 +00:00
Gael Guennebaud guennebaud
ef059de75f add .xyz importer (ascii, point + normal) 2009-03-02 14:09:49 +00:00