PLY: Support writing per-face/vertex property lists
Summary of Changes
Hi, I'd like to contribute the writing of PLY property lists.
This allows to directly write multi-texture PLY files with CGAL that can be opened directly in e.g. MeshLab, as well as other use cases that require property list.
Release Management
- Affected package(s):
- Issue(s) solved (if any): fix #0000, fix #0000,...
- Feature/Small Feature (if any):
- Link to compiled documentation (obligatory for small feature) wrong link name to be changed
- License and copyright ownership:
There should be a test .cpp file using the feature.
@lrineau Could you point me at a similar test to get some inspiration from, and how it is added to the test suite? Thanks!
Hello @nh2,
Each package has a subdirectory test. And this one has a subdirectory data. So it should go here.
Successfully tested in CGAL-5.5-Ic-95
Successfully tested in CGAL-5.6-Ic-22
What is the status of this pull-request? As far as I can see, it seems waiting for tests. See https://github.com/CGAL/cgal/pull/6575#issuecomment-1125875273 and following message.
Exactly, I did some refactoring after the initial patch but the main remaining point is testing the new feature added.
This pull-request was previously marked with the label Tested, but has been modified with new commits. That label has been removed.
Successfully tested in CGAL-5.6-Ic-247