genmesh icon indicating copy to clipboard operation
genmesh copied to clipboard

[META] Common Meshes

Open ghost opened this issue 9 years ago • 4 comments

List of Meshes genmesh should be able to generate:

  • [x] Plane
  • [x] Cube
  • [x] SphereUV
  • [x] Sphere Icosahedron
  • [x] Torus https://github.com/gfx-rs/genmesh/issues/23
  • [x] Cone https://github.com/gfx-rs/genmesh/pull/48
  • [x] Cylinder https://github.com/gfx-rs/genmesh/pull/40
  • [ ] Rust Logo

ghost avatar May 22 '15 17:05 ghost

lol, rust logo :)

kvark avatar May 22 '15 17:05 kvark

You can checkmark icosahedron :)

Rhuagh avatar Sep 25 '17 17:09 Rhuagh

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.

nrayamajhee avatar Apr 27 '18 04:04 nrayamajhee

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

Rhuagh avatar Apr 27 '18 05:04 Rhuagh