Fixed PLY reader compilation with Color Trait as Vec3f

This commit is contained in:
Jan Möbius
2024-02-01 12:04:49 +01:00
parent 37ccbdc922
commit b300377b66
4 changed files with 189 additions and 2 deletions

View File

@@ -6,13 +6,18 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>11.0</b> (2023/11/14)</td><td>
<tr valign=top><td><b>11.0</b> (?/?/?)</td><td>
<b>Documentation</b>
<ul>
<li>Update Doxygen config format</li>
</ul>
<b>IO</b>
<ul>
<li>PLY reader/writer: Fixed color trait Vec3f compilation for PLY writer</li>
</ul>
<b>Build System</b>
<ul>
<li>GTest is now automatically fetched via official git repository and build when unittests have been enabled</li>