summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/billboard.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/billboard.asy')
-rw-r--r--graphics/asymptote/examples/billboard.asy10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/asymptote/examples/billboard.asy b/graphics/asymptote/examples/billboard.asy
new file mode 100644
index 0000000000..6e5df87100
--- /dev/null
+++ b/graphics/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);