summaryrefslogtreecommitdiffstats
path: root/tests/dimension/demo.pov
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-04-15 16:25:42 -0400
committerTavian Barnes <tavianator@gmail.com>2010-04-15 16:25:42 -0400
commitdf27a0fc92b4a26c92a1befd2fba21585fccc44a (patch)
treecbae5234ed0adec619067ea1162cbd20eca0518b /tests/dimension/demo.pov
parent9563ecb2efb2eec6d83fa4f73b75dfb4dccbc34c (diff)
downloaddimension-df27a0fc92b4a26c92a1befd2fba21585fccc44a.tar.xz
Support planes in dimension.
Diffstat (limited to 'tests/dimension/demo.pov')
-rw-r--r--tests/dimension/demo.pov7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/dimension/demo.pov b/tests/dimension/demo.pov
index d14cebb..4f558c5 100644
--- a/tests/dimension/demo.pov
+++ b/tests/dimension/demo.pov
@@ -70,3 +70,10 @@ difference {
}
}
}
+
+plane {
+ y, -2
+ pigment {
+ color rgb 1
+ }
+}