diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/triceratops.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/triceratops.asy | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/texmf/doc/asymptote/examples/triceratops.asy b/Master/texmf/doc/asymptote/examples/triceratops.asy deleted file mode 100644 index a9e6e93cd52..00000000000 --- a/Master/texmf/doc/asymptote/examples/triceratops.asy +++ /dev/null @@ -1,9 +0,0 @@ -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)); |