Skip to content

Commit

Permalink
change doc for SphereKind::Ico to reflect that the triangles are equa… (
Browse files Browse the repository at this point in the history
bevyengine#12482)

# Objective
Fixes bevyengine#12480 
by removing the explicit mention of equally sized triangles from the doc
for icospheres

Co-authored-by: Emi <emanuel.boehm@gmail.com>
  • Loading branch information
EmiOnGit and Emi authored Mar 15, 2024
1 parent 1073c49 commit 16fb995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/mesh/primitives/dim3/sphere.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub enum IcosphereError {
/// A type of sphere mesh.
#[derive(Clone, Copy, Debug)]
pub enum SphereKind {
/// An icosphere, a spherical mesh that consists of equally sized triangles.
/// An icosphere, a spherical mesh that consists of similar sized triangles.
Ico {
/// The number of subdivisions applied.
/// The number of faces quadruples with each subdivision.
Expand Down

0 comments on commit 16fb995

Please sign in to comment.