From c381b926bc49f0f8c6b841bf67bf0ecf4bf8fdad Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 30 Oct 2009 02:08:59 -0400 Subject: (Sort of) realize boxes. We now have a working rendering from an SDL input, kinda! --- tests/dimension/box.pov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dimension/box.pov b/tests/dimension/box.pov index 47b1cde..6a75a9a 100644 --- a/tests/dimension/box.pov +++ b/tests/dimension/box.pov @@ -20,5 +20,5 @@ // Render a box box { - <-1, -1, -1>, <1, 1, 1> + <-0.5, -1, -1>, <0.5, 1, 1> } -- cgit v1.2.3