Module bevy_internal::render::mesh::shape
source · Expand description
Generation for some primitive shape meshes.
Structs
- BoxDeprecatedAn axis-aligned box defined by its minimum and maximum point.
- CapsuleDeprecatedA cylinder with hemispheres at the top and bottom
- CircleDeprecatedA circle in the
XY
plane - CubeDeprecated
- CylinderDeprecatedA cylinder which stands on the XZ plane
- IcosphereDeprecatedA sphere made from a subdivided Icosahedron.
- PlaneDeprecatedA square on the
XZ
plane centered at the origin. - QuadDeprecatedA rectangle on the
XY
plane centered at the origin. - RegularPolygonDeprecatedA regular polygon in the
XY
plane - TorusDeprecatedA torus (donut) shape.
- UVSphereDeprecatedA sphere made of sectors and stacks.