Skip to content

mikolalysenko/bunny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The Stanford bunny

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published