4390 Commits

Author SHA1 Message Date
Gael Guennebaud guennebaud
b6d4cb42aa add a new radiance scaling render plugin 2010-07-05 16:39:09 +00:00
Paolo Cignoni cignoni
1ec060fd59 Added bookmark in logging for avoid to add mulliple entries in the log during previewing 2010-07-02 16:49:36 +00:00
Guido Ranzuglia granzuglia
0e996ee1db removed crash on loading picked points from a file. 2010-07-02 10:21:34 +00:00
Guido Ranzuglia granzuglia
b90783d20e removed compiler error. from gla->log.Logf to gla->log->Logf 2010-07-02 07:28:23 +00:00
Guido Ranzuglia granzuglia
072fe841c8 added glarea->update() when trackball icon clicked. 2010-07-02 07:05:36 +00:00
Guido Ranzuglia granzuglia
f1e08093b1 fixed bug in vertices selection. now the plugin stop to select when you release the mouse button. 2010-07-02 06:30:19 +00:00
Paolo Cignoni cignoni
46ef5c3a49 FRAMEWORK CHANGE:
Now the log is in the Viewer Container and no more in the GLArea. Shared for all the open glarea. 
GLLogStream is now no more tied to the window but it is a rather abstract class. 
Next step, it will be renamed to something meaningful....
2010-07-01 14:07:19 +00:00
Paolo Cignoni cignoni
e144db44a2 Updated info in the about dialog box (release mananger, copyright date, syntax errors...) 2010-07-01 14:04:57 +00:00
Paolo Cignoni cignoni
1cb24eab99 Added saturation quality filter. 2010-07-01 10:23:21 +00:00
Paolo Cignoni cignoni
9b48d1cf76 removed unused variable 2010-07-01 10:13:10 +00:00
Paolo Cignoni cignoni
a4da2aeed8 clarified message when non printing genus for non manifold meshes 2010-07-01 10:07:13 +00:00
Paolo Cignoni cignoni
3e80e2d4bf removed useless verbose printing in the log 2010-07-01 10:06:25 +00:00
Guido Ranzuglia granzuglia
9816592cdf removed crash when shift + drag modality is used 2010-07-01 09:23:51 +00:00
Paolo Cignoni cignoni
0dab1dc24a small change to use standard update quality management functions. 2010-07-01 09:00:19 +00:00
Guido Ranzuglia granzuglia
7f0d51c0b3 removed compiler error 2010-07-01 08:46:18 +00:00
Paolo Cignoni cignoni
fdefd0337c Cleaned up types, namespaces and other useless stuff to make the code a bit more readable 2010-06-30 23:35:13 +00:00
Paolo Cignoni cignoni
ca2cb38b03 removed 30~40 harmless warnings... 2010-06-30 14:31:32 +00:00
Michele Sottile sottile
82e9ae3135 resolved problems about trackball and communicating views 2010-06-29 14:33:55 +00:00
Guido Ranzuglia granzuglia
9caaa26108 removed disturbing flickering in window menu. 2010-06-29 12:20:22 +00:00
Fabio Ganovelli ganovelli
4f8d172b1d Updated calls to reflect the change in the vcglib, whose log is shown below:
added HasPerVertexVFAdjacency and HasPerFaceVFAdjacency. Removed
generic HasVFAdjacency which made the logical AND of the two.
2010-06-24 12:41:29 +00:00
Paolo Cignoni cignoni
873fa308bf removed unused variable and cast unsigned vs int to remove gcc warnings 2010-06-23 14:51:52 +00:00
Paolo Cignoni cignoni
669efbbaea removed unused variable to remove warnings 2010-06-23 14:50:36 +00:00
Paolo Cignoni cignoni
fe66bbc2df corrected the behavior of parametric filter w.r.t. per vertex attributes. 2010-06-18 14:12:40 +00:00
Paolo Cignoni cignoni
9072dbf383 Corrected behaviour of Laplacian smoothing in order to comply to vertex selection only if requested and to not impose face selections 2010-06-18 14:11:07 +00:00
Fabio Ganovelli ganovelli
b382947ec3 updated calls to append::mesh 2010-06-18 13:01:39 +00:00
Fabio Ganovelli ganovelli
6a4c6455d3 updated calls to append::mesh 2010-06-18 11:54:18 +00:00
Fabio Ganovelli ganovelli
ae310ce6c4 update definition of mesh (removed useless-no-more-admitted-dummy edge type) 2010-06-18 11:53:45 +00:00
Fabio Ganovelli ganovelli
b48eaea60b ImportLocal --> ImportData 2010-06-18 11:53:10 +00:00
Fabio Ganovelli ganovelli
30b3f4226f update definition of mesh (removed useless-no-more-admitted-dummy edge type) 2010-06-18 11:50:26 +00:00
Paolo Cignoni cignoni
7d15e4f2de corrected a small bug that prevented the display of the Genus for manifold meshes 2010-06-18 11:49:56 +00:00
Paolo Cignoni cignoni
a35765afe4 updated to the new Append syntax 2010-06-18 11:49:15 +00:00
Fabio Ganovelli ganovelli
d00c157c86 updated calls to append::mesh 2010-06-18 11:48:43 +00:00
Paolo Cignoni cignoni
b7d12e4af8 Added parameter for topology preservation in quadric simplification and beautified the whole applyFilter code (no more an ugly sequence of if but a long 'switch - case') 2010-06-18 11:48:40 +00:00
Fabio Ganovelli ganovelli
ef5ace5aa7 updated calls to append::mesh 2010-06-18 11:46:51 +00:00
Fabio Ganovelli ganovelli
ab99c05b2d ImportLocal---->ImportData 2010-06-18 08:07:06 +00:00
Paolo Cignoni cignoni
77bff0ccf4 updated pro referring muparser lib to the latest version 2010-06-16 20:47:31 +00:00
Paolo Cignoni cignoni
1cecdfef49 added latest version of muparser library 2010-06-16 19:56:59 +00:00
Paolo Cignoni cignoni
c4dbd15743 cleaned up some minor gcc warnings and changed active viewer visualization 2010-06-16 15:21:36 +00:00
Paolo Cignoni cignoni
336bfd90c1 cleaned up info bar colors 2010-06-16 15:20:52 +00:00
Paolo Cignoni cignoni
c0be33768c cleaned up a bit some cleaning stuff:
-removed the filters that delete non manifold stuff (already in selection), 
-changed the filter that delete according edge lenght into a selection, previewable filter
2010-06-16 12:06:52 +00:00
Paolo Cignoni cignoni
35e9b5e359 Cleaned up and commented. 2010-06-16 09:29:44 +00:00
Guido Ranzuglia granzuglia
7e7b04237a temporary pro to avoid visual studio 2008 problem with:
filter_fractal
2010-06-11 16:02:12 +00:00
Guido Ranzuglia granzuglia
189a4eac7a temporary pro to avoid visual studio 2008 problem with:
render_splat_pyramid
filter_fractal
2010-06-11 15:41:39 +00:00
Michele Sottile sottile
08312cafb6 updates toward MeshLab 1.3 2010-06-11 15:23:40 +00:00
Michele Sottile sottile
52da04bb51 updates toward MeshLab 1.3 2010-06-11 15:23:09 +00:00
Michele Sottile sottile
afeba4ecf2 updates toward MeshLab 1.3 2010-06-11 15:22:33 +00:00
Michele Sottile sottile
51a4eb301b updates toward MeshLab 1.3 2010-06-11 15:21:37 +00:00
Michele Sottile sottile
1a771cb9f1 updates toward MeshLab 1.3 2010-06-11 15:21:00 +00:00
Michele Sottile sottile
4da3fd55f9 updates toward MeshLab 1.3 2010-06-11 14:37:50 +00:00
Michele Sottile sottile
1d2f328297 updates toward MeshLab 1.3
Add an interface for all future viewers
2010-06-11 14:21:01 +00:00