We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2d_shapes
1 parent 06738bf commit 017ffc5Copy full SHA for 017ffc5
examples/2d/2d_shapes.rs
@@ -24,6 +24,7 @@ fn setup(
24
let shapes = [
25
Mesh2dHandle(meshes.add(Circle { radius: 50.0 })),
26
Mesh2dHandle(meshes.add(Ellipse::new(25.0, 50.0))),
27
+ Mesh2dHandle(meshes.add(Annulus::new(25.0, 50.0))),
28
Mesh2dHandle(meshes.add(Capsule2d::new(25.0, 50.0))),
29
Mesh2dHandle(meshes.add(Rectangle::new(50.0, 100.0))),
30
Mesh2dHandle(meshes.add(RegularPolygon::new(50.0, 6))),
0 commit comments