#include <iostream>
#include <fstream>
#include <vector>
#include "../gbLib/include/gbException.hpp"
#include "../src/obj_loader.impl.hpp"
Go to the source code of this file.
Classes | |
class | OBJ_Mesh |
The mesh files generated by OBJ_FileLoader. More... | |
struct | OBJ_Mesh::Face |
A data type for storing per-poly information. More... | |
class | OBJ_FileLoader |
A loader for Wavefront .obj-files. More... |