Function immense::write_meshes

source ·
pub fn write_meshes(
    config: ExportConfig,
    meshes: impl Iterator<Item = OutputMesh>,
    sink: impl Write
) -> Result<(), Error>
Expand description

Writes out meshes as a Wavefront object file to the given Write sink.