Files
tinyobjloader/examples/obj_sticher/obj_writer.h
Syoyo Fujita 1544f0c865 Parse ior and transmittance of material parameter.
Add .obj sticher example.
2013-09-11 13:03:24 +09:00

10 lines
205 B
C++

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