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)