pub fn write_ply(export: &ExportMesh<'_>) -> StringExpand description
Write one mesh as ASCII PLY.
Vertices with normals, faces as index lists; a colour, when given, is
carried per vertex as the uchar triple the format convention expects.
pub fn write_ply(export: &ExportMesh<'_>) -> StringWrite one mesh as ASCII PLY.
Vertices with normals, faces as index lists; a colour, when given, is
carried per vertex as the uchar triple the format convention expects.