Closed Minami77 closed 1 month ago
Hi, I am trying to generate concave 3D polyhedra from a series of point clouds in unity. Does this library only work with 2D data? Thanks in advance.
Yes, Triangle.NET is 2D only.
The only open source point cloud library I know is PCL. It is native C++, but there are C# bindings available at https://github.com/jbruening/PclSharp
Hi, I am trying to generate concave 3D polyhedra from a series of point clouds in unity. Does this library only work with 2D data? Thanks in advance.