pub fn write_obj(meshes: &[ExportMesh<'_>]) -> StringExpand description
Write meshes as Wavefront OBJ.
v/vn/f records, one o group per named mesh, indices one-based
and shared across the file as the format demands.
pub fn write_obj(meshes: &[ExportMesh<'_>]) -> StringWrite meshes as Wavefront OBJ.
v/vn/f records, one o group per named mesh, indices one-based
and shared across the file as the format demands.