Skip to main content

write_obj

Function write_obj 

Source
pub fn write_obj(meshes: &[ExportMesh<'_>]) -> String
Expand 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.