revert floor.obj test file, load it by default in TinyRenderer/main.cpp

This commit is contained in:
erwin coumans
2016-04-26 21:01:46 -07:00
parent 03bdcc8737
commit 40841e9078
4 changed files with 5 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ int main(int argc, char* argv[])
int textureWidth = gWidth;
int textureHeight = gHeight;
TinyRenderObjectData renderData(textureWidth, textureHeight, "african_head/african_head.obj");//floor.obj");
TinyRenderObjectData renderData(textureWidth, textureHeight, "floor.obj");