Explorar el Código

Correct default canvas size for ch11_test

Godzil hace 4 años
padre
commit
4cdf7a4264
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/ch11_test.cpp

+ 1 - 1
tests/ch11_test.cpp

@@ -145,7 +145,7 @@ int main()
     w.addLight(&light);
 
     /* Set the camera */
-    Camera camera = Camera(400, 100, 1.152);
+    Camera camera = Camera(400, 200, 1.152);
     camera.setTransform(viewTransform(Point(-2.6, 1.5, -3.9),
                                       Point(-0.6, 1, -0.8),
                                       Vector(0, 1, 0)));