Contents:
Import a triangulated surface from an OBJ file.
Todo
Implement the import_surface_from_obj function
input_file (Path) – The input OBJ file path.
A dictionary with ‘vertices’ and ‘faces’.
dict