What was added, removed or changed in this pull request?
Added a loader class that can load .ply files with the binary_little_endian format. Triangles can be streamed in using the ReadTriangle function
Beautiful work! A nice little loader than we can use to load .ply files! We will open a new issue for some more optimizations for this loader so it can handle larger file. 👍
What is the reason for this pull request?
29
What was added, removed or changed in this pull request? Added a loader class that can load .ply files with the
binary_little_endian
format. Triangles can be streamed in using theReadTriangle
functionContributors @ClemensU42