wo80 / Triangle.NET

C# / .NET version of Jonathan Shewchuk's Triangle mesh generator.
472 stars 85 forks source link

3D polyhedra #51

Closed Minami77 closed 1 month ago

Minami77 commented 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.

wo80 commented 1 month ago

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