PLY writer: Added option to choose if we want to write texture coordinates as uv or ply (Thanks to Ossi Saukko for the patch)

This commit is contained in:
Jan Möbius
2021-06-01 12:47:22 +02:00
parent e710d4cb6f
commit 48c2e464cb
3 changed files with 11 additions and 3 deletions

View File

@@ -33,6 +33,7 @@
<li>OM Writer: Removed debug output</li>
<li>OM Writer/Reader: Added support for (re)storing properties of type vector<T></li>
<li>OM Reader: Properties can now be restored from files without the need to create the properties beforehand. Custom types need to be registered for this to work using the OM_REGISTER_PROPERTY_TYPE macro.</li>
<li>PLY writer: Added option to choose if we want to write texture coordinates as uv or ply</li>
</ul>
<b>Tools</b>