aboutsummaryrefslogtreecommitdiff
path: root/examples/obj_sticher/obj_writer.h
blob: bb367b671504024ac998e55495af8ffc6a591861 (plain)
1
2
3
4
5
6
7
8
9
#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, bool coordTransform = false);


#endif // __OBJ_WRITER_H__