My aim is to load an object file and access its faces, vertices and normals.
My current code: using FileIO using GLVisualize using MeshIO obj_file = "path_to_obj/file.obj" mesh(obj_file) I am getting the error: ERROR: LoadError: UndefVarError: mesh not defined in include at ./boot.jl:261 in include_from_node1 at ./loading.jl:304 in process_options at ./client.jl:280 in _start at ./client.jl:378 Am I calling the mesh fxn incorrectly?
