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.
pub fn load_textured_obj_from_file(path: &str) -> Obj<TexturedVertex>Loads a textured obj file from the given path. Wrapper around the obj crate.