pub fn write_mesh_with_attributes<P: AsRef<Path>>(
mesh: &ExtendedTriangleMesh,
path: P,
options: Option<SerializationOptions>,
) -> Result<()>
Expand description
Write mesh with attribute preservation
pub fn write_mesh_with_attributes<P: AsRef<Path>>(
mesh: &ExtendedTriangleMesh,
path: P,
options: Option<SerializationOptions>,
) -> Result<()>
Write mesh with attribute preservation