scale everything to 1,

cloth not displayed completely,
corvette is not displayed why?
This commit is contained in:
Anakin
2016-12-02 12:10:52 +01:00
parent a47eefe92e
commit 9b3d12dfeb
3 changed files with 9 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ int main(int argc, char** argv)
else
scene = OpenGLController::getInstance();
scene->loadMsh("..\\Release\\Msh\\multiModTex.msh");
scene->loadMsh("..\\Release\\Msh\\quadPoly.msh");
do {
scene->updateScene();