summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/triceratops.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/triceratops.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/triceratops.asy9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/triceratops.asy b/Master/texmf/doc/asymptote/examples/triceratops.asy
new file mode 100644
index 00000000000..e640a6b37f9
--- /dev/null
+++ b/Master/texmf/doc/asymptote/examples/triceratops.asy
@@ -0,0 +1,9 @@
+import obj;
+
+size(15cm);
+currentprojection=orthographic(0,2,5,up=Y);
+
+// A compressed version of the required data file may be obtained from:
+// http://www.cs.technion.ac.il/~irit/data/Viewpoint/galleon.obj.gz
+
+draw(obj("triceratops.obj",brown));