Files
tinyobjloader/examples/obj_sticher/obj_writer.h
Syoyo Fujita e4d4c65a17 Fix material ID assignment.
Fix build of example/obj_sticher.
2014-09-14 19:51:24 +09:00

10 lines
263 B
C++

#ifndef __OBJ_WRITER_H__
#define __OBJ_WRITER_H__
#include "../../tiny_obj_loader.h"
extern bool WriteObj(const std::string& filename, const std::vector<tinyobj::shape_t>& shapes, const std::vector<tinyobj::material_t>& materials);
#endif // __OBJ_WRITER_H__