blob: a9e6e93cd523f10829989733e9f90d520ec91e5a (
plain)
1
2
3
4
5
6
7
8
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));
|