gfx-rs / genmesh

A library of mesh generation utilities.
Apache License 2.0
122 stars 28 forks source link

[META] Common Meshes #24

Open ghost opened 9 years ago

ghost commented 9 years ago

List of Meshes genmesh should be able to generate:

kvark commented 9 years ago

lol, rust logo :)

Rhuagh commented 6 years ago

You can checkmark icosahedron :)

nrayamajhee commented 6 years ago

I am trying to generate icosahedron sphere into a custom three-rs geometry using genmesh. But I keep getting this error at compilation Could not find IcoSphere in generators. Its missing from docs too.

Rhuagh commented 6 years ago

Check that you don't have multiple versions of genmesh in your project.