From daef0c078f6006464a4077610b393cff917498ff Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 20 Feb 2020 16:13:58 +0000 Subject: [PATCH] Revert the canvas size to the one from the chapter --- tests/ch7_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ch7_test.cpp b/tests/ch7_test.cpp index 18112ff..e0b150b 100644 --- a/tests/ch7_test.cpp +++ b/tests/ch7_test.cpp @@ -68,7 +68,7 @@ int main() w.addLight(&light); /* Set the camera */ - Camera camera = Camera(1000, 500, M_PI / 3); + Camera camera = Camera(100, 50, M_PI / 3); camera.setTransform(viewTransform(Point(0, 1.5, -5), Point(0, 1, 0), Vector(0, 1, 0)));