Parse ior and transmittance of material parameter.
Add .obj sticher example.
This commit is contained in:
9
examples/obj_sticher/obj_writer.h
Normal file
9
examples/obj_sticher/obj_writer.h
Normal 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__
|
||||
Reference in New Issue
Block a user