Add indices for texcoord and normal.

This commit is contained in:
Syoyo Fujita
2015-06-23 11:45:21 +09:00
parent 3058419d7d
commit e568dd11f7
3 changed files with 22 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ solution "TinyObjLoaderSolution"
configurations { "Release", "Debug" }
if (os.is("windows")) then
platforms { "x32", "x64" }
platforms { "x64", "x32" }
else
platforms { "native", "x32", "x64" }
end