diff options
Diffstat (limited to 'tests/dimension/transformations.pov')
-rw-r--r-- | tests/dimension/transformations.pov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/transformations.pov b/tests/dimension/transformations.pov index 4b56c3f..f7a31fe 100644 --- a/tests/dimension/transformations.pov +++ b/tests/dimension/transformations.pov @@ -22,7 +22,7 @@ #declare Trans = transform { translate 1*z } sphere { - 0, 0 + 0, 1 translate -1*x rotate 90*y scale 2 |