texture now is correctly displayed
This commit is contained in:
@@ -12,7 +12,7 @@ int main(int argc, char** argv)
|
||||
goto openGL;
|
||||
|
||||
try {
|
||||
Object obj("..\\Release\\Msh\\cube.msh");
|
||||
Object obj("..\\Release\\Msh\\cubeTex.msh");
|
||||
}
|
||||
catch (std::invalid_argument e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user