diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-29 00:06:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-29 00:06:37 +0000 |
commit | d9b69c486ff463e30179a9e8bdacf6710f0ebc91 (patch) | |
tree | 1ff82edb1147b80fc710394e364298779bc5b4d1 /Build/source/utils/asymptote/examples/soccerball.asy | |
parent | 8a2548cb37acbacd1a379a9771b3076788a210f0 (diff) |
asy 1.78
git-svn-id: svn://tug.org/texlive/trunk@13994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/examples/soccerball.asy')
-rw-r--r-- | Build/source/utils/asymptote/examples/soccerball.asy | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/examples/soccerball.asy b/Build/source/utils/asymptote/examples/soccerball.asy index 46f626bc6b9..4b93a492947 100644 --- a/Build/source/utils/asymptote/examples/soccerball.asy +++ b/Build/source/utils/asymptote/examples/soccerball.asy @@ -1,9 +1,7 @@ import graph3; size(400); -currentlight.background=palegreen+opacity(0.2); +currentlight.background=palegreen; -linegranularity=1; - real c=(1+sqrt(5))/2; triple[] z={(c,1,0),(-c,1,0),(-c,-1,0),(c,-1,0)}; |