summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-10-30 11:10:23 -0400
committerTavian Barnes <tavianator@gmail.com>2009-10-30 11:10:23 -0400
commit58e698772d6b48817fdff3a2d36f445c70e87ee3 (patch)
tree244a81cbd7db0ad7ca00a7edc363ca4bc14523ca /tests
parent75406058a079e34932f383461644aab1f200f4ec (diff)
downloaddimension-58e698772d6b48817fdff3a2d36f445c70e87ee3.tar.xz
Refactor parsing and realization a bit.
Diffstat (limited to 'tests')
-rw-r--r--tests/dimension/box.pov5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/dimension/box.pov b/tests/dimension/box.pov
index 6a75a9a..762e5df 100644
--- a/tests/dimension/box.pov
+++ b/tests/dimension/box.pov
@@ -20,5 +20,8 @@
// Render a box
box {
- <-0.5, -1, -1>, <0.5, 1, 1>
+ <-0.125, -1, -1>, <0.125, 1, 1>
+}
+box {
+ <-1, -1, -0.125>, <1, 1, 0.125>
}