pub fn export_ply_binary(doc: &PlyBinaryExport) -> Vec<u8> ⓘExpand description
Build the full binary PLY file as bytes (header + vertex data + face data).
pub fn export_ply_binary(doc: &PlyBinaryExport) -> Vec<u8> ⓘBuild the full binary PLY file as bytes (header + vertex data + face data).