3D mesh of Snowden's Bust.
Like the bunny module, you can pull this in as a simplicial complex.
A list of positions in the mesh.
[ [0.432908423, 1.28938290, 0.43289809],
[0.448930292, 0.90342890, 0.93289402], // ...
]
A list of faces in the mesh, indexed according to
snowden.positions
.
[ [0, 1, 2],
[2, 1, 3], // ...
]
See stackgl/contributing for details.
MIT. See LICENSE.md for details.