#include <MRCMisc/exports.h>
#include <stdbool.h>
Go to the source code of this file.
◆ MR_Mesh
◆ MR_PointCloud
◆ MR_VertBitSet
◆ MR_meshToPointCloud()
Mesh to PointCloud Generated from function MR::meshToPointCloud
. Parameter mesh
can not be null. It is a single object. Parameter saveNormals
has a default argument: true
, pass a null pointer to use it. Parameter verts
defaults to a null pointer in C++. Never returns null. Returns an instance allocated on the heap! Must call MR_PointCloud_Destroy()
to free it when you're done using it.