diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-09 00:14:42 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-09 00:14:42 -0500 |
commit | 2afc9be712c69a66833de75683cdbaa3886379f1 (patch) | |
tree | ad1b8adedbfded210d9389739b0edab05313ba79 /tests/dimension/demo.pov | |
parent | 66b9177cce4e186bf3572443af2436d7a9d0f162 (diff) | |
download | dimension-2afc9be712c69a66833de75683cdbaa3886379f1.tar.xz |
Implement unit vectors.
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 1419e35..3ecc36f 100644 --- a/tests/dimension/demo.pov +++ b/tests/dimension/demo.pov @@ -25,7 +25,7 @@ camera { right <1.6, 0, 0> look_at <0, 0, 0> - rotate <0, 53, 0> + rotate 53*y } background { @@ -39,7 +39,7 @@ light_source { box { <-1, -1, -1>, <1, 1, 1> - rotate <45, 0, 0> + rotate 45*x texture { pigment { |