Extract Point Cloud
This algorithm extracts a point cloud from a mesh.
Input
One or more meshes.
Output
For each input mesh, one point cloud containing the vertices of that mesh.
Description
Generates a point cloud using the vertices of the input mesh as well as their normals and colors, if available. The transformation matrix of the point cloud will be equal to the one of the input mesh.