Skip to content

Commit 16fb995

Browse files
EmiOnGitEmi
and
Emi
authored
change doc for SphereKind::Ico to reflect that the triangles are equa… (#12482)
# Objective Fixes #12480 by removing the explicit mention of equally sized triangles from the doc for icospheres Co-authored-by: Emi <[email protected]>
1 parent 1073c49 commit 16fb995

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_render/src/mesh/primitives/dim3

1 file changed

+1
-1
lines changed

crates/bevy_render/src/mesh/primitives/dim3/sphere.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum IcosphereError {
2525
/// A type of sphere mesh.
2626
#[derive(Clone, Copy, Debug)]
2727
pub enum SphereKind {
28-
/// An icosphere, a spherical mesh that consists of equally sized triangles.
28+
/// An icosphere, a spherical mesh that consists of similar sized triangles.
2929
Ico {
3030
/// The number of subdivisions applied.
3131
/// The number of faces quadruples with each subdivision.

0 commit comments

Comments
 (0)