This commit is contained in:
YarmUI
2012-08-21 18:46:10 +09:00
parent d62fdaf89d
commit fb35a684e5
3 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ main(
int argc,
char **argv)
{
std::string inputfile = "test.obj";
std::string inputfile = "cornell_box.obj";
std::vector<tinyobj::shape_t> shapes;
if (argc > 1) {