diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-10-30 11:10:23 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-10-30 11:10:23 -0400 |
commit | 58e698772d6b48817fdff3a2d36f445c70e87ee3 (patch) | |
tree | 244a81cbd7db0ad7ca00a7edc363ca4bc14523ca /tests/dimension/box.pov | |
parent | 75406058a079e34932f383461644aab1f200f4ec (diff) | |
download | dimension-58e698772d6b48817fdff3a2d36f445c70e87ee3.tar.xz |
Refactor parsing and realization a bit.
Diffstat (limited to 'tests/dimension/box.pov')
-rw-r--r-- | tests/dimension/box.pov | 5 |
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> } |