summaryrefslogtreecommitdiffstats
path: root/tests/dimension/box.pov
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dimension/box.pov')
-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>
}