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

This commit is contained in:
Manoël Trapier
2020-03-12 19:39:32 +00:00
committed by GitHub
parent c858b4dcde
commit 4f2e327533

View File

@@ -129,7 +129,7 @@ int main()
w.finalise(opt); w.finalise(opt);
/* Set the camera */ /* 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), camera.setTransform(viewTransform(Point(-5, 10, 13),
Point(0, 1, 0), Point(0, 1, 0),
Vector(0, 1, 0))); Vector(0, 1, 0)));