split Wavefront .obj to graphics conversion in a reusable file (Wavefront2GLInstanceGraphicsShape.*)

This commit is contained in:
=
2014-09-16 14:22:09 -07:00
parent 07e2dcc749
commit f395a5d031
5 changed files with 123 additions and 97 deletions

View File

@@ -0,0 +1,9 @@
#ifndef WAVEFRONT2GRAPHICS_H
#define WAVEFRONT2GRAPHICS_H
#include"../Wavefront/tiny_obj_loader.h"
#include <vector>
struct GLInstanceGraphicsShape* btgCreateGraphicsShapeFromWavefrontObj(std::vector<tinyobj::shape_t>& shapes);
#endif //WAVEFRONT2GRAPHICS_H