3D renderer using a HTML table's grid cells as a pixel grid.
  • JavaScript 85.6%
  • Python 12.3%
  • HTML 2.1%
Find a file
Ben Andrew f14bf4abdb
update
2021-02-27 02:51:20 +00:00
generateGeometry.py first 2021-02-27 02:47:03 +00:00
index.html first 2021-02-27 02:47:03 +00:00
LICENSE Initial commit 2021-02-27 01:38:00 +00:00
README.md update 2021-02-27 02:51:20 +00:00
renderer.js first 2021-02-27 02:47:03 +00:00
truncated icosahedron.obj first 2021-02-27 02:47:03 +00:00

header

generateGeometry.py takes the mesh data from the OBJ file and converts it into the stupid list form used in the JS renderer.

Link to the project