Go to the source code of this file.
Classes | |
struct | MR::TriangulationParameters |
Parameters of point cloud triangulation. More... | |
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API std::optional< Mesh > | MR::triangulatePointCloud (const PointCloud &pointCloud, const TriangulationParameters ¶ms={}, ProgressCallback progressCb={}) |
Creates mesh from given point cloud according params Returns empty optional if was interrupted by progress bar. | |