summaryrefslogtreecommitdiffstats
path: root/tests/dimension/demo.pov
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-01-14 00:07:46 -0500
committerTavian Barnes <tavianator@gmail.com>2010-01-14 00:07:46 -0500
commite261cff9bf8f4f42a769fecc5414d42b582dc9f7 (patch)
tree4d02139ee6e90c51d697c386517829d179bc698e /tests/dimension/demo.pov
parent1cde219bafb9bdbedd013851ab44109a2ad273b9 (diff)
downloaddimension-e261cff9bf8f4f42a769fecc5414d42b582dc9f7.tar.xz
Begin parsing finishes.
Diffstat (limited to 'tests/dimension/demo.pov')
-rw-r--r--tests/dimension/demo.pov10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/dimension/demo.pov b/tests/dimension/demo.pov
index bb43573..c59148a 100644
--- a/tests/dimension/demo.pov
+++ b/tests/dimension/demo.pov
@@ -46,7 +46,13 @@ box {
sphere {
<0, 0, 0>, 1.25
- pigment {
- color rgb <0, 1, 0>
+ texture {
+ pigment {
+ color rgb <0, 1, 0>
+ }
+ finish {
+ phong 0.2
+ phong_size 40.0
+ }
}
}