1.0.0 • Published 10 years ago

teapot v1.0.0

Weekly downloads
22
License
Public Domain
Repository
github
Last release
10 years ago

teapot

The Utah teapot needs no introduction, but for the unintiated here is a brief history.

Installation

Via npm:

npm install teapot

Then you can use the mesh in your projects as follows:

var teapot = require("teapot");
drawMesh(teapot.cells, teapot.positions);

Credits

(c) 1984 Matin Newell. Public Domain.

CACM cover image by James Arvo and David Kirk.

CommonJS port maintained by Mikola Lysenko