From 4f2e3275338f3768e7f78418f69646cec19b5fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mano=C3=ABl=20Trapier?= Date: Thu, 12 Mar 2020 19:39:32 +0000 Subject: [PATCH] =?UTF-8?q?Update=20for=20a=20proper=20testing=20size=20an?= =?UTF-8?q?d=20don=E2=80=99t=20get=20a=20timeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/dragon_scene.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/dragon_scene.cpp b/tests/dragon_scene.cpp index fd16a4b..03ddd73 100644 --- a/tests/dragon_scene.cpp +++ b/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; -} \ No newline at end of file +}