Function load_textured_obj_from_file

Source
pub fn load_textured_obj_from_file(path: &str) -> Obj<TexturedVertex>
Expand description

Loads a textured obj file from the given path. Wrapper around the obj crate.