diff --git a/sources/main.cpp b/sources/main.cpp index 60555f8..1873d5d 100755 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -351,7 +351,7 @@ glEnable(GL_COLOR_MATERIAL); - glShadeModel(GL_SMOOTH); + //glShadeModel(GL_SMOOTH); /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// @@ -395,8 +395,9 @@ cube->draw(); cube->rotate(Vec(0.1f, 0.5f, 1.0f)); - //myModel->draw(); - //myModel->rotate(Vec(0.2f, 0.3f, 1.2f)); + myModel->draw(); + myModel->rotate(Vec(0.2f, 0.3f, 1.2f)); + ////////////////