3D renderer using a HTML table's grid cells as a pixel grid.
- JavaScript 85.6%
- Python 12.3%
- HTML 2.1%
| generateGeometry.py | ||
| index.html | ||
| LICENSE | ||
| README.md | ||
| renderer.js | ||
| truncated icosahedron.obj | ||
generateGeometry.py takes the mesh data from the OBJ file and converts it into the stupid list form used in the JS renderer.
