https://github.com/stackgl/snowden
3D mesh of Snowden's Bust.
https://github.com/stackgl/snowden
Last synced: about 1 year ago
JSON representation
3D mesh of Snowden's Bust.
- Host: GitHub
- URL: https://github.com/stackgl/snowden
- Owner: stackgl
- License: other
- Created: 2015-05-11T01:06:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T14:59:59.000Z (about 11 years ago)
- Last Synced: 2024-11-13T06:31:01.903Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://stack.gl/snowden/
- Size: 5.52 MB
- Stars: 27
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# snowden
[](http://github.com/badges/stability-badges)
3D mesh of [Snowden's Bust](http://www.wired.com/2015/05/now-can-3-d-print-copy-nycs-illegal-snowden-bust/).
[](http://stack.gl/snowden/)
[View demo](http://stack.gl/snowden/).
[Original source](http://www.thingiverse.com/thing:815042/).
## Usage
[](https://nodei.co/npm/snowden/)
Like the [bunny](http://ghub.io/bunny) module, you can pull
this in as a
[simplicial complex](http://ghub.io/simplicial-complex).
### `snowden.positions`
A list of positions in the mesh.
``` javascript
[ [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`.
``` javascript
[ [0, 1, 2],
[2, 1, 3], // ...
]
```
## Contributing
See [stackgl/contributing](https://github.com/stackgl/contributing) for details.
## License
MIT. See [LICENSE.md](http://github.com/stackgl/snowden/blob/master/LICENSE.md) for details.