summaryrefslogtreecommitdiffstats
path: root/tests/dimension/directives.pov
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-03-31 20:38:32 -0400
committerTavian Barnes <tavianator@gmail.com>2010-03-31 20:38:32 -0400
commit29ca34d1bbaa4e16cfbc6aca5e3ed760ad54f6a4 (patch)
tree90453b6abb88c55841232b9480cd45a325f63763 /tests/dimension/directives.pov
parent2c7ecf9d50d11f66b41605b3347c9b4d932853c1 (diff)
downloaddimension-29ca34d1bbaa4e16cfbc6aca5e3ed760ad54f6a4.tar.xz
Support object identifiers.
Diffstat (limited to 'tests/dimension/directives.pov')
-rw-r--r--tests/dimension/directives.pov15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/dimension/directives.pov b/tests/dimension/directives.pov
index e4721fc..634c2e9 100644
--- a/tests/dimension/directives.pov
+++ b/tests/dimension/directives.pov
@@ -63,3 +63,18 @@
Inc(Counter)
#end
+
+#declare Box =
+ box {
+ <-1, -1, -1>, <1, 1, 1>
+ pigment {
+ color rgb <1, 1, 1>
+ }
+ }
+
+object {
+ Box
+ finish {
+ phong 0.2
+ }
+}