summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/animations/embeddedu3d.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/animations/embeddedu3d.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/animations/embeddedu3d.asy6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/animations/embeddedu3d.asy b/Master/texmf/doc/asymptote/examples/animations/embeddedu3d.asy
new file mode 100644
index 00000000000..1116c216fe2
--- /dev/null
+++ b/Master/texmf/doc/asymptote/examples/animations/embeddedu3d.asy
@@ -0,0 +1,6 @@
+// An embedded U3D object;
+//
+import embed;
+
+label(embed("dice.u3d","poster,text=(dice.u3d),3Droo=27,label=dice",settings.paperwidth,settings.paperheight));
+