Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikolalysenko/bunny

The Stanford bunny
https://github.com/mikolalysenko/bunny

Last synced: 5 days ago
JSON representation

The Stanford bunny

Awesome Lists containing this project

README

        

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](http://graphics.stanford.edu/data/3Dscanrep/#bunny). For a short history, see [Greg Turk's page](http://www.cc.gatech.edu/~turk/bunny/bunny.html).