diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/soccerball.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/soccerball.asy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/soccerball.asy b/Master/texmf/doc/asymptote/examples/soccerball.asy index f481ef1b7ff..a37063dbb29 100644 --- a/Master/texmf/doc/asymptote/examples/soccerball.asy +++ b/Master/texmf/doc/asymptote/examples/soccerball.asy @@ -2,6 +2,8 @@ import graph3; size(400); currentlight.background=palegreen; +defaultrender=render(compression=Zero,merge=true); + real c=(1+sqrt(5))/2; triple[] z={(c,1,0),(-c,1,0),(-c,-1,0),(c,-1,0)}; |