From 5c3279784f5fa49a039d6e8187643d15713e8e13 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Wed, 6 Dec 2006 23:49:54 +0000 Subject: [PATCH] Ver 0.9RC --- docs/history.txt | 4 +++- docs/readme.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/history.txt b/docs/history.txt index 2becb843d..988fcdff8 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -33,9 +33,11 @@ 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 ** Corrected Bugs ** -nasty bug in OBJ loading. +nasty bug that affected the saving and loading various 3d format (3ds, obj and off) ------------------------------------------------------------------------------ - Meshlab v0.8 diff --git a/docs/readme.txt b/docs/readme.txt index 513ed901c..4bd24e531 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -44,7 +44,7 @@ first versions was written by a handful of students. # Input/output in many formats (PLY, STL, OFF, OBJ, 3DS, COLLADA) # Extendible plugins based architecture, writing new mesh processing functions, colorization filters and support for different file formats is - quite easy (look at this code sample) + quite easy (look at the provided code samples) # Cleaning Filters: * removal of duplicated, unreferenced vertices, null faces * subdivision filters (midpoint, loop and butterfly)