From b300377b66e2bb753bf8f51d78d3bdf720893812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 1 Feb 2024 12:04:49 +0100 Subject: [PATCH] Fixed PLY reader compilation with Color Trait as Vec3f --- Doc/changelog.docu | 7 +- src/OpenMesh/Core/Utils/Property.hh | 2 +- src/OpenMesh/Core/Utils/color_cast.hh | 14 ++ src/Unittests/unittests_read_write_PLY.cc | 168 ++++++++++++++++++++++ 4 files changed, 189 insertions(+), 2 deletions(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 6e6d11bf..83c7d6df 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -6,13 +6,18 @@ -11.0 (2023/11/14) +11.0 (?/?/?) Documentation +IO + + Build System