aboutsummaryrefslogtreecommitdiff
path: root/examples/obj_sticher/obj_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/obj_sticher/obj_writer.h')
-rw-r--r--examples/obj_sticher/obj_writer.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/obj_sticher/obj_writer.h b/examples/obj_sticher/obj_writer.h
new file mode 100644
index 0000000..bb367b6
--- /dev/null
+++ b/examples/obj_sticher/obj_writer.h
@@ -0,0 +1,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__