17 std::vector<Vertice> & out_vertices,
18 std::vector<std::vector<unsigned int> > & faces_vertices,
20 std::set<Edge>& edgeSet
bool get_edges3D(std::vector< Vertice > &out_vertices, std::vector< std::vector< unsigned int > > &faces_vertices, std::set< Edge > &edgeSet)
Definition: objLoader.cpp:138
Fig3D loadOBJ(const char *path)
Function to load OBJ file and save its contents into a 3d figure object.
Definition: objLoader.cpp:17