bunny

The Stanford bunny

3 个版本
安装
npm install bunny
yarn add bunny
pnpm add bunny
bun add bunny
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 faces = bunny.faces;

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.

版本列表
1.0.1 2013-10-08
1.0.0 2013-02-11
0.0.0 2013-02-06