Skip to main content

write_ply

Function write_ply 

Source
pub fn write_ply(export: &ExportMesh<'_>) -> String
Expand 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.