We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebcc9b commit ff949a9Copy full SHA for ff949a9
crates/bevy_render/src/mesh/shape/mod.rs
@@ -16,7 +16,7 @@ mod sphere;
16
mod torus;
17
mod triangle;
18
19
-pub use capsule::CapsuleMesh;
+pub use capsule::{CapsuleMesh, CapsuleUvProfile};
20
pub use circle::CircleMesh;
21
pub use cone::ConeMesh;
22
pub use conical_frustum::ConicalFrustumMesh;
@@ -26,7 +26,7 @@ pub use ellipse::EllipseMesh;
26
pub use plane::PlaneMesh;
27
pub use rectangle::RectangleMesh;
28
pub use regular_polygon::RegularPolygonMesh;
29
-pub use sphere::{SphereKind, SphereMesh};
+pub use sphere::{IcosphereError, SphereKind, SphereMesh};
30
pub use torus::TorusMesh;
31
pub use triangle::Triangle2dMesh;
32
0 commit comments