Files
bullet3/examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.h
2016-05-13 18:45:56 -07:00

10 lines
303 B
C++

#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