mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
10 lines
258 B
C++
10 lines
258 B
C++
#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
|