Search found 1 match

by zxc1988
Sun Aug 08, 2021 4:58 pm
Forum: Questions
Topic: how to compute mesh from pointcloud
Replies: 1
Views: 442

how to compute mesh from pointcloud

I try to use the function doActionComputeMesh to get mesh ,but it doesnot work,can you tell me how to use this function?

ccMesh* mesh = ccMesh::Triangulate(cloud,
type,
updateNormals,
static_cast<PointCoordinateType>(s_meshMaxEdgeLength),
2 //XY plane by default
);