genmesh
genmesh copied to clipboard
[META] Common Meshes
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
lol, rust logo :)
You can checkmark icosahedron :)
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.
Check that you don't have multiple versions of genmesh in your project.