summaryrefslogtreecommitdiff
path: root/examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.h
blob: 2840a85d7da30fd1e76615c3823f8b68eaa2265a (plain)
1
2
3
4
5
6
7
8
9
#ifndef WAVEFRONT2GRAPHICS_H
#define WAVEFRONT2GRAPHICS_H

#include "../../ThirdPartyLibs/Wavefront/tiny_obj_loader.h"
#include <vector>

struct GLInstanceGraphicsShape* btgCreateGraphicsShapeFromWavefrontObj(std::vector<tinyobj::shape_t>& shapes, bool flatShading = false);

#endif  //WAVEFRONT2GRAPHICS_H