diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 2d8ca694..71feb930 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -6,7 +6,7 @@ -3.4 (?/?/?,Rev.1265) +3.4 (?/?/?,Rev.1285) LICENSE IO @@ -31,6 +32,10 @@
  • Writers: Avoid std::endl in various writers to avoid flushing the output stream on every line. (Thanks to Roman Zoller for the hint).
  • OBJReader: fix reading mtl files with texture only for obj files
  • OBJReader: fix crash, if obj file contains degenerated faces
  • +
  • OBJReader: improve performance for small vectors/faces
  • +
  • OBJReader: load vertex color values as float in range of [0..1] instead of integers [0..255]
  • +
  • PLY Reader: Ascii reader now supports custom attributes
  • +
  • PLY Writer: add custom property support for ascii version
  • Utils @@ -45,11 +50,13 @@
  • Fix for Smoother set_relative error (Thanks to Leonardo Cecchinato for the fix)
  • Improved SmootherT.hh Documentation
  • Fixed old OM3 port warning in smoother
  • +
  • Decimater: ModProgMesh - Fixed write on 64-bit systems
  • General Documentation @@ -67,6 +74,8 @@
  • Added tests for tutorials about flip and collapse
  • Added basic smoother compile test
  • Added unit test for bool PropertyManager::set_range.
  • +
  • Added write unittest for binary stl files
  • +
  • Added c++11 test file
  • Build System