summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/triceratops.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/triceratops.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/triceratops.asy9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/triceratops.asy b/Master/texmf-dist/doc/asymptote/examples/triceratops.asy
new file mode 100644
index 00000000000..a9e6e93cd52
--- /dev/null
+++ b/Master/texmf-dist/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/triceratops.obj.gz
+
+draw(obj("triceratops.obj",brown));