summaryrefslogtreecommitdiffstats
path: root/tests/dimension/csg.pov
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-04-16 14:06:31 -0400
committerTavian Barnes <tavianator@gmail.com>2010-04-16 14:06:31 -0400
commit23229722b2abd0021c697e3f6e43f74b51e4ee41 (patch)
tree85111795e08a24a46788afc90b4b2d98620705a4 /tests/dimension/csg.pov
parent7577a2b69f9a77962912753b6768b38db4e3c454 (diff)
downloaddimension-23229722b2abd0021c697e3f6e43f74b51e4ee41.tar.xz
Implement image_{width,height}.
Diffstat (limited to 'tests/dimension/csg.pov')
-rw-r--r--tests/dimension/csg.pov2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/csg.pov b/tests/dimension/csg.pov
index 046510f..aa3373e 100644
--- a/tests/dimension/csg.pov
+++ b/tests/dimension/csg.pov
@@ -22,7 +22,7 @@
camera {
perspective
location -4*z
- right 1.6*x
+ right x*image_width/image_height
look_at 0
}