-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Open
Description
Description
Right now, PLYExporter
supports only those attributes: vertex positions, colors, normals and uv coordinates. So this means that exported mesh wont have other attributes.
Solution
Add support for custom attributes export in PLYExporter. The logic might be similiar to customPropertyNameMapping
in PLYLoader
.
Alternatives
None
Additional context
Its strange to have this support in PLYLoader but not in PLYExporter. There might be some caveats with the objects that have multiple children and geometry with different custom attributes.