Update obj_writer.h
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#ifndef __OBJ_WRITER_H__
|
#ifndef __OBJ_WRITER_H__
|
||||||
#define __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);
|
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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user