Commit Graph

9 Commits

Author SHA1 Message Date
35bb35415a Add detail 1 screenshot to README 2019-02-09 18:53:30 -05:00
2ddcc0bbd3 Add README with screenshots 2019-02-09 18:40:04 -05:00
69ac45b21c At last! A real hexsphere! 2019-02-09 17:38:42 -05:00
d062708cec Pointy hexagonal faces. Avg adjacent centroid. 2019-02-09 17:28:21 -05:00
1743145944 Detail level 8 crashed my computer. How about 6... 2019-02-04 23:47:45 -05:00
3b75f81d49 Add some timing and hex info logs 2019-02-04 23:45:28 -05:00
ec1a200aaf Create more efficient BufferGeometry
And, cache midpoint vertices.
2019-02-04 23:17:57 -05:00
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
ec037d219a First commit, sphere with individually painted faces 2019-02-03 04:02:39 -05:00