summaryrefslogtreecommitdiffstats
path: root/tests/dimension/demo.pov
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-11-25 14:09:06 -0500
committerTavian Barnes <tavianator@gmail.com>2009-11-25 14:09:06 -0500
commit32f46ae1ccdb01533ea61265e4c977b9307c710d (patch)
tree79e0137ea2a30fa65f9fc2b0a8c441094ec22050 /tests/dimension/demo.pov
parentaa6106d8f1d60077aea53f216d9098a686e170f1 (diff)
downloaddimension-32f46ae1ccdb01533ea61265e4c977b9307c710d.tar.xz
Support solid-color pigments.
Diffstat (limited to 'tests/dimension/demo.pov')
-rw-r--r--tests/dimension/demo.pov6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/dimension/demo.pov b/tests/dimension/demo.pov
index 453ebfc..5aa044e 100644
--- a/tests/dimension/demo.pov
+++ b/tests/dimension/demo.pov
@@ -22,8 +22,14 @@
box {
<-1, -1, -1>, <1, 1, 1>
rotate <45, 0, 0>
+ pigment {
+ color rgbft <0, 0, 1, 0.25, 0.25>
+ }
}
sphere {
<0, 0, 0>, 1.25
+ pigment {
+ color rgb <0, 1, 0>
+ }
}