PLY Reader: Fix reading doubles from PLY, missing cast (Thanks to Leo Walsh for the patch)

This commit is contained in:
Jan Möbius
2019-05-15 09:34:09 +02:00
parent 53616eb91f
commit 32c952c871
2 changed files with 12 additions and 0 deletions

View File

@@ -21,6 +21,12 @@
<li>PropertyManager: add hasProperty function</li>
</ul>
<b>IO</b>
<ul>
<li>PLY Reader: Fix reading doubles from PLY, missing cast (Thanks to Leo Walsh for the patch)</li>
</ul>
<b>Build System</b>
<ul>
<li>Generate OpenMeshConfig.cmake (Thanks to Thibault Payet for the patch)</li>