happly
happly copied to clipboard
A C++ header-only parser for the PLY file format. Parse .ply happily!
Hi, This is not a bug. Could you please give an example how to read and write a pointclošd with colors?
Resolves Issue #33
CMake fails in the test directory due to a configuration error in Google Test. They have changed the "master" branch to "main". This issue can be resolved by changing line...
This adds type support for `int64_t` and `uint64_t` with their equivalent PLY types `int64` and `uint64`. There is no standard `uint128_t` for testing the exception in `addFaceIndices`. This requires boost...
This change explicitly calls `get()` on `unique_ptr`s when they are used in a `dynamic_cast`. This must be the intended behavior, because the target type of the casts is a regular...
I have a custom element with a list `property`: ``` element track 572 property list uint16 uint32 vertex_index ``` When trying to read it via: ```C++ const std::vector track_ids =...
Hi, could we add a CMakeLists.txt file so that this library can be included using cmake or even vcpkg? I've written an example of CMakeLists.txt, but I am no export...
Hi, I'm recently working with analysis of large PLY-formatted mesh model. Since, 3D model I/O is really big bottleneck of my analysis pipeline, I'm trying to parallelizing ply parser based...