Function rust_3d::io::save_ply_ascii
[−]
[src]
pub fn save_ply_ascii<M, P>(mesh: &M, filepath: &str) -> Result<()> where
M: IsMesh<P, Face3>,
P: IsBuildable3D,
Saves an IsMesh3D in the ASCII .ply file format