rust-gamedev / arewegameyet

The repository for https://arewegameyet.rs
https://arewegameyet.rs
Creative Commons Attribution 4.0 International
700 stars 152 forks source link

Add crate: polyhedron-ops #379

Closed virtualritz closed 3 years ago

virtualritz commented 3 years ago

Please add crate to category: Mesh Tools

Note that this crate – can, among many other things –, be used to create spheres made (almost entirely) from hexagons. To do this you start with a dodecahedron base shape and apply kis and dual any number of times.

This may be useful for some people as the crate with the name hexasphere actually creates a sphere that is made of triangles, not hexagons.

ozkriff commented 3 years ago

fyi: also shared about the crate from our Twitter https://twitter.com/rust_gamedev/status/1337496964389359619

virtualritz commented 3 years ago

Thank you! :) Heaps appreciated.