diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-24 22:21:24 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-24 22:21:24 -0500 |
commit | 819af91b95033ed34d07c0a973ad722bcaf20735 (patch) | |
tree | 7617d4b8c1760100743bf7d932ef779dba796735 /tests/dimension/arithexp.pov | |
parent | f1b92556c2189b5b5dbd5d81d966f2d2a8e9b2ab (diff) | |
download | dimension-819af91b95033ed34d07c0a973ad722bcaf20735.tar.xz |
Support vector component extraction.
Diffstat (limited to 'tests/dimension/arithexp.pov')
-rw-r--r-- | tests/dimension/arithexp.pov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/arithexp.pov b/tests/dimension/arithexp.pov index 5b458e7..5d0e8fb 100644 --- a/tests/dimension/arithexp.pov +++ b/tests/dimension/arithexp.pov @@ -20,5 +20,5 @@ // Render demo scene sphere { - <1.0, (1.0 + 2)*2 - 5, 1.0 + 2*2 - 4> - -<0, 0, 1>, 2.25 - 1*2 + <<2.0 - 1.0, 3.0, 4.0>.x, (1.0 + 2)*2 - 5, 1.0 + 2*2 - 4> - -<0, 0, 1>, 2.25 - 1*2 } |