Go to file
Tyler Hallada 113de04cbe Finally a hex sphere, albeit pointy
I still need to flatten the hexagons and pentagons to make it a true dual
polyhedron of the icosahedron.

Also needs performance improvements. Like caching the vertices, switching from
fan subdivision to a different method that represents hexagons and pentagons
with less triangles.
2019-02-04 01:43:11 -05:00
src Finally a hex sphere, albeit pointy 2019-02-04 01:43:11 -05:00
.gitignore First commit, sphere with individually painted faces 2019-02-03 04:02:39 -05:00
package.json Finally a hex sphere, albeit pointy 2019-02-04 01:43:11 -05:00
webpack.config.js First commit, sphere with individually painted faces 2019-02-03 04:02:39 -05:00