Update obj_writer.h

This commit is contained in:
LZaw
2018-03-08 15:58:39 +01:00
committed by GitHub
parent 707014f843
commit d174e625a2

View File

@@ -1,7 +1,7 @@
#ifndef __OBJ_WRITER_H__
#define __OBJ_WRITER_H__
#include "tiny_obj_loader.h"
#include "../../tiny_obj_loader.h"
extern bool WriteObj(const std::string& filename, const tinyobj::attrib_t& attributes, const std::vector<tinyobj::shape_t>& shapes, const std::vector<tinyobj::material_t>& materials, bool coordTransform = false);