My Project
Functions
objLoader.h File Reference
#include <set>
#include <vector>
#include "basicComponents.h"
#include "figures.h"
Include dependency graph for objLoader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ get_edges3D()

bool get_edges3D ( std::vector< Vertice > &  out_vertices,
std::vector< std::vector< unsigned int > > &  faces_vertices,
std::set< Edge > &  edgeSet 
)

◆ loadOBJ()

Fig3D loadOBJ ( const char *  path)

Function to load OBJ file and save its contents into a 3d figure object.