mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
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 <emanuel.boehm@gmail.com>
This commit is contained in:
parent
1073c49f96
commit
16fb995697
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue