diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-03 22:41:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-03 22:41:44 +0000 |
commit | 8b67398a304b54846d01ad667cf1fbb6eb0245d2 (patch) | |
tree | c5e045c9d36b21c8dffece4499e2a47e5dd4df8e /Master/texmf-dist/doc/asymptote/examples/sphere.asy | |
parent | f76a89d7f9fc8837ce20a63e3a29b2ba75823159 (diff) |
asymptote 2.63 support files
git-svn-id: svn://tug.org/texlive/trunk@54036 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/sphere.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/sphere.asy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/sphere.asy b/Master/texmf-dist/doc/asymptote/examples/sphere.asy index 8d1b5fe50cd..8902dd0621b 100644 --- a/Master/texmf-dist/doc/asymptote/examples/sphere.asy +++ b/Master/texmf-dist/doc/asymptote/examples/sphere.asy @@ -1,6 +1,6 @@ import three; size(200); -currentprojection=orthographic(5,4,3); +//currentprojection=orthographic(5,4,3); -draw(unitsphere,green,render(compression=Zero,merge=true)); +draw(unitsphere,green+opacity(0.5),render(compression=Zero,merge=true)); |