aabtop / reify

Reify lets you embed a customized TypeScript runtime within a C++ application.
MIT License
6 stars 0 forks source link

Add support for creating spheres in Hypo. #13

Closed aabtop closed 4 years ago

aabtop commented 4 years ago

Creation of spheres should be trivial in hypo, we need to add support for this.

aabtop commented 4 years ago

5adf143ab83cd53cc208a6430c9270749771d84f adds support for generating icosahedrons. Once support for subdividing them is added, we can close this issue.

aabtop commented 4 years ago

Sphere subdivision done in e7f9ea7f5245083d31a084248cc6e0c28b785c8b.