summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/vertexshading.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-03 22:41:44 +0000
committerKarl Berry <karl@freefriends.org>2020-03-03 22:41:44 +0000
commit8b67398a304b54846d01ad667cf1fbb6eb0245d2 (patch)
treec5e045c9d36b21c8dffece4499e2a47e5dd4df8e /Master/texmf-dist/doc/asymptote/examples/vertexshading.asy
parentf76a89d7f9fc8837ce20a63e3a29b2ba75823159 (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/vertexshading.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/vertexshading.asy5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/vertexshading.asy b/Master/texmf-dist/doc/asymptote/examples/vertexshading.asy
index fd5e9b2df84..4a35e09559b 100644
--- a/Master/texmf-dist/doc/asymptote/examples/vertexshading.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/vertexshading.asy
@@ -4,7 +4,10 @@ size(200);
currentprojection=perspective(4,5,5);
-//draw(shift(2Z)*surface(O--X--Y--cycle),blue);
+draw(shift(2Z)*surface(O--X--Y--cycle,
+ new pen[] {red+opacity(0.5),green,blue}));
+draw(shift(2Y+2Z)*surface(O--X--Y--cycle),blue);
+draw(shift(2Y+Z)*surface(unitsquare3),green);
draw(surface(unitcircle3,new pen[] {red,green,blue,black}));
draw(surface(shift(Z)*unitsquare3,