Function re_renderer::importer::obj::load_obj_from_buffer

source ·
pub fn load_obj_from_buffer(
    buffer: &[u8],
    ctx: &RenderContext
) -> Result<CpuModel, ObjImportError>
Expand description

Load a Wavefront .obj file into the mesh & texture manager.