From d5582628dc417f75a9471bc76d6b3104aab00548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 27 Apr 2017 07:53:14 +0200 Subject: [PATCH] Updated changelog --- Doc/changelog.docu | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index a798ae16..b7442bcb 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -18,8 +18,15 @@
  • Implemented a cast from polyMesh to Mesh and vice versa using static_cast(polymeshInstance) or static_cast(trimeshInstance)
  • make all negative handles invalid, not just -1
  • Several warnings fixed (Including the checked iterators)
  • +
  • fix halfedge indices in OpenMeshTrimeshCirculatorHalfedgeLoop CWAndCCWCheck
  • +
  • Fix wrong behaviour of HalfedgeLoopIterators by changing the template parameter
  • +
  • Added 1-4 triangle split funtion(splits all edges at Midpoints)
  • +Utils + Tools Unittests