Parse ior and transmittance of material parameter.

Add .obj sticher example.
This commit is contained in:
Syoyo Fujita
2013-09-11 13:02:37 +09:00
parent e94b20c042
commit 1544f0c865
7 changed files with 283 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
#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__