Godzil il y a 3 ans
Parent
commit
db63367807
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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);