Function load_obj_from_file

Source
pub fn load_obj_from_file(path: &str) -> Obj
Expand description

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