pub fn point_cloud_to_vertices(
point_cloud: &PointCloud<Point3f>,
color: [f32; 3],
size: f32,
) -> Vec<PointVertex>Expand description
Convert point cloud to vertices with estimated normals
pub fn point_cloud_to_vertices(
point_cloud: &PointCloud<Point3f>,
color: [f32; 3],
size: f32,
) -> Vec<PointVertex>Convert point cloud to vertices with estimated normals