Ver 0.9RC

This commit is contained in:
Paolo Cignoni cignoni 2006-12-06 23:49:54 +00:00
parent d6382624ad
commit 5c3279784f
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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)