npm.io
1.0.1 • Published 12 years ago

bunny

Licence
Public Domain
Version
1.0.1
Deps
0
Vulns
0
Weekly
0
Stars
18

bunny

It's the Stanford bunny! To use it in your projects do

npm install bunny

And then you can access the vertices/faces of the mesh as follows:

var bunny = require("bunny");
var positions = bunny.positions;
var cells = bunny.cells;

That's pretty much it.

Credits

The infamous bunny is part of the Stanford 3D scanning repository. For a short history, see Greg Turk's page.

Keywords