diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-14 23:55:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-14 23:55:19 +0000 |
commit | da1f4b4b53c65c7dc07081018a7f7c2fa991978f (patch) | |
tree | f5fb25e25602c508ab97092d59963a28d9c4efb8 /Master/texmf/doc/asymptote/examples/truncatedIcosahedron.asy | |
parent | 68651406885f7b6aa9838a395237fd51a127e99f (diff) |
asymptote 1.98
git-svn-id: svn://tug.org/texlive/trunk@18984 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/truncatedIcosahedron.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/truncatedIcosahedron.asy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/truncatedIcosahedron.asy b/Master/texmf/doc/asymptote/examples/truncatedIcosahedron.asy index 436c6121b9f..e4d07a49e5b 100644 --- a/Master/texmf/doc/asymptote/examples/truncatedIcosahedron.asy +++ b/Master/texmf/doc/asymptote/examples/truncatedIcosahedron.asy @@ -2,6 +2,8 @@ import graph3; size(200); +defaultrender.merge=true; + real c=(1+sqrt(5))/2; triple[] z={(c,1,0),(-c,1,0),(-c,-1,0),(c,-1,0)}; |