From f08ce564d3b8b801bb79aa06ebfa67a192a39769 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Mon, 5 Mar 2007 22:38:42 +0000 Subject: [PATCH] v100 --- web/index.html | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/web/index.html b/web/index.html index 55f012de7..83656cda7 100644 --- a/web/index.html +++ b/web/index.html @@ -57,7 +57,7 @@ The proud MeshLab developers are listed below.

href="http://sourceforge.net/project/showfiles.php?group_id=149444">

- Download Latest Version (4 March 2007) V1.0.0 + Download Latest Version (5 March 2007) V1.0.0 (changes)


Remember that, whenever you use MeshLab in a @@ -147,7 +147,7 @@ href="http://sourceforge.net/forum/forum.php?forum_id=499533">help public forums - An example of the new interactive editing features. You can directly paint, with customizable brushed over the mesh color (left), selection (center) and even smooth (right). + An example of the new interactive editing features. You can directly paint, with customizable brushes, over the mesh. You can interactively change color (left), define selection (center) and even smooth out noise and small features (right). Thanks to Andreas Gfrei for the development of this plugin. @@ -301,15 +301,27 @@ href="http://sourceforge.net/forum/forum.php?forum_id=499533">help public forums [details]

	** New features **
-	Support of WRL and SMF file format (write only)
-	Support of PTX file format (read only)
-	Automatic checking of new version
-	Non manifold vertex coloring
-	Improved quality and robustness of Hole Filling filter 
-	(now large and non manifold holes can be handled)
-	** Corrected Bugs **
-	nasty bug that affected the saving and loading various 3d format (3ds, obj and off)
+
= New features =
+* Painting plugin:  color, selection and smoothing directly interactively onto the mesh (thanks to gfrei)
+* Simplification of textured Mesh with preservation of texture coords (thanks to pirosu)
+* Automatic vertex unification when loading stl files
+* More user-definable parameters in quadric simplification and in hole filling
+* Improved filtering and support for compressed depthimage in the Epoch import tool
+* New generic dialog mechanism, easier for developer add/change/document filter parameters
+* Selection handling improved in many filters
+* Added wiki based online help
+* Restored on screen help
+* Added online bug submission using Sourceforge tracking system
+* Reformatted info bar (Added number of selected faces and fixed size fonts)
+
+= Corrected Bugs = 
+* Snapshots do not crash MeshLab any more.
+* Improved OpenGL shader compatibilities.
+* Corrected bug in quadrics simplification about target number of selected faces
+* Corrected bug of wrong loading ply with per face color (was save a 3ds and reload as a ply)
+* Corrected bug on trackball hanging (if you released a modifier before mouse)
+
+
 
  • 12/12/2006 V 0.9 Release