Browse Source

Update for a proper testing size and don’t get a timeout

Manoël Trapier 4 years ago
parent
commit
4f2e327533
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/dragon_scene.cpp

+ 2 - 2
tests/dragon_scene.cpp

@@ -129,7 +129,7 @@ int main()
     w.finalise(opt);
 
     /* Set the camera */
-    Camera camera = Camera(800, 600, M_PI/2);
+    Camera camera = Camera(40, 30, M_PI/2);
     camera.setTransform(viewTransform(Point(-5, 10, 13),
                                       Point(0, 1, 0),
                                       Vector(0, 1, 0)));
@@ -140,4 +140,4 @@ int main()
     image.SaveAsPNG("ch15_teapot_objfile.png");
 
     return 0;
-}
+}