bunny

1.0.1 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    308
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    308
  • 1.0.0
    6
  • 0.0.0
    0

Package Sidebar

Install

npm i bunny

Weekly Downloads

245

Version

1.0.1

License

Public Domain

Last publish

Collaborators

  • mikolalysenko