write_mesh

Function write_mesh 

Source
pub fn write_mesh<W: Write>(
    writer: &mut XmlWriter<W>,
    mesh: &Mesh,
) -> Result<()>
Expand description

Serializes a mesh (vertices and triangles) to XML inside a <mesh> element.