blob: e640a6b37f91864837a91af7d73f95fbba12c2a8 (
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/galleon.obj.gz
draw(obj("triceratops.obj",brown));
|