Browse Source

Lesson 11.3

Godzil 3 years ago
parent
commit
db63367807
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/main.c

+ 2 - 2
source/main.c

@@ -113,8 +113,8 @@ void update()
     previousFrameTime = SDL_GetTicks();
 
     mesh.rotation.x += 0.01;
-    mesh.rotation.y += 0.01;
-    mesh.rotation.z += 0.01;
+    //mesh.rotation.y += 0.01;
+    //mesh.rotation.z += 0.01;
 
     arrayEmpty(projectedTriangles);