Updated Changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@224 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-11-18 07:46:03 +00:00
parent 2b4b47406f
commit 2644a452fd
2 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#============================================================================================
OpenMesh 2.0-RC4 ( Rev 220 ):
OpenMesh 2.0-RC4 ( Rev 224 ):
* Core
- Added function for direct access to property vectors
- Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.
@@ -12,6 +12,7 @@ OpenMesh 2.0-RC4 ( Rev 220 ):
* Readers/Writers
- Fixed reading ply files with unknown properties
- Added support for texture coordinates in ply files
- Add additional interface to readers/writers to use streams directly (allows direct writing to a streams)
- OMFromat -> Fixed empty template parameter issue under msvc
- OBJReader -> Fixed loading multiple objs with material files
- OBJWriter -> Fixed writing of normals, Missing / when skipping texture coordinates
@@ -31,6 +32,7 @@ OpenMesh 2.0-RC4 ( Rev 220 ):
* Documentation
- Updated Documentation Mainpage
- Updated properties tutorial to include all request_... functions
- Updates for build instructions
- Added Tutorial on deleting geometry