-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
savePLYFile does not save face elements #1470
Labels
good first issue
Skills/areas of expertise needed to tackle the issue
kind: todo
Type of issue
module: io
Comments
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs. |
Would merely adding an extra "face 0" line to the PLY writer suffice? |
From what I remember yes! |
Fixed by #4774 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Skills/areas of expertise needed to tackle the issue
kind: todo
Type of issue
module: io
When saving a point cloud using
savePLYFile
; the number of faces (always 0) is not written in the file.The file is ok to be read by MeshLab etc.. but this missing line prevents loading the file with
loadPolygonFilePLY
because VTK expects aface 0
.Here is the minimum expected by VTK:
The text was updated successfully, but these errors were encountered: