diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-27 01:43:36 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-27 11:49:54 -0500 |
commit | da0b16d79c05a83d14195eaf509352effbe5a215 (patch) | |
tree | f79ede58876098464dac39a4483f8d2c4ad269d0 /tests/dimension/demo.pov | |
parent | b437554ae933f99a59054e6589177ca8380a3a97 (diff) | |
download | dimension-da0b16d79c05a83d14195eaf509352effbe5a215.tar.xz |
Fake camera semantics until I figure out the real ones.
Diffstat (limited to 'tests/dimension/demo.pov')
-rw-r--r-- | tests/dimension/demo.pov | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dimension/demo.pov b/tests/dimension/demo.pov index 67113cf..b99184b 100644 --- a/tests/dimension/demo.pov +++ b/tests/dimension/demo.pov @@ -21,8 +21,8 @@ camera { perspective - location <0, 0, -4> - right <768/480, 0, 0> + location <0, 0.25, -4> + right <1.6, 0, 0> rotate <0, 53, 0> look_at <0, 0, 0> } |