Godzil 3 anni fa
parent
commit
db63367807
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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);