diff options
Diffstat (limited to 'tests/dimension/directives.pov')
-rw-r--r-- | tests/dimension/directives.pov | 15 |
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 + } +} |