diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-04-16 14:06:31 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-04-16 14:06:31 -0400 |
commit | 23229722b2abd0021c697e3f6e43f74b51e4ee41 (patch) | |
tree | 85111795e08a24a46788afc90b4b2d98620705a4 /tests/dimension/demo.pov | |
parent | 7577a2b69f9a77962912753b6768b38db4e3c454 (diff) | |
download | dimension-23229722b2abd0021c697e3f6e43f74b51e4ee41.tar.xz |
Implement image_{width,height}.
Diffstat (limited to 'tests/dimension/demo.pov')
-rw-r--r-- | tests/dimension/demo.pov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/demo.pov b/tests/dimension/demo.pov index 4f558c5..4175b77 100644 --- a/tests/dimension/demo.pov +++ b/tests/dimension/demo.pov @@ -22,7 +22,7 @@ camera { perspective location <0, 0.25, -4> - right <1.6, 0, 0> + right x*image_width/image_height look_at <0, 0, 0> rotate 53*y |