From f01ded33e29e47e0d04cca3932a22bef66a37933 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 1 Jul 2009 04:58:53 +0000 Subject: Make test executables end in -test. --- tests/raytracexx.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/raytracexx.cpp') diff --git a/tests/raytracexx.cpp b/tests/raytracexx.cpp index 2b5c4e0..0a23819 100644 --- a/tests/raytracexx.cpp +++ b/tests/raytracexx.cpp @@ -37,6 +37,7 @@ main() { std::ofstream file("raytracexx.png"); PNG_Canvas canvas(768, 480, file); + // Camera Perspective_Camera camera( Matrix::rotation(Vector(0.0, 1.0, 0.0)) * Matrix::translation(Vector(0.0, 0.0, -4.0)) @@ -45,6 +46,7 @@ main() { ) ); + // Scene Scene scene(background, camera, canvas); // Objects in scene -- cgit v1.2.3