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
@@ -23,6 +23,7 @@
that did not work correctly and visited one entity twice. The warning can be disabled via cmake or define (-DNO_DECREMENT_DEPRECATED_WARNINGS ).
- Fixed wrong normal calculation in calc_face_normal for Poly Meshes. closes #2427
- Fixed various warnings with vector casts
+- General: Get rid of some compiler warnings
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
- Fixed various build warnings
+- Moved several iostream includes to cc files or removed them where not necessary (or switched to omlog and omerr)
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
|