1.0.1 • Published 9 years ago

snowden v1.0.1

Weekly downloads
112
License
MIT
Repository
github
Last release
9 years ago

snowden

stable

3D mesh of Snowden's Bust.

snowden

View demo.

Original source.

Usage

NPM

Like the bunny module, you can pull this in as a simplicial complex.

snowden.positions

A list of positions in the mesh.

[ [0.432908423, 1.28938290, 0.43289809],
  [0.448930292, 0.90342890, 0.93289402], // ...
]

snowden.cells

A list of faces in the mesh, indexed according to snowden.positions.

[ [0, 1, 2],
  [2, 1, 3], // ...
]

Contributing

See stackgl/contributing for details.

License

MIT. See LICENSE.md for details.

1.0.1

9 years ago

1.0.0

9 years ago