/snowden

3D mesh of Snowden's Bust.

Primary LanguageJavaScriptOtherNOASSERTION

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.