summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/billboard.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/billboard.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/billboard.asy10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/billboard.asy b/Master/texmf-dist/doc/asymptote/examples/billboard.asy
new file mode 100644
index 00000000000..6e5df871007
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/billboard.asy
@@ -0,0 +1,10 @@
+import three;
+
+size(100);
+
+currentprojection=perspective(1,-2,1);
+
+draw(unitbox);
+
+label("Billboard",X,red,Billboard);
+label("Embedded",Y,blue,Embedded);