From 1896aef10ad4188d672885fcbb2b5bd1e86a42b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=81=E3=83=A3=E3=82=AD=E3=83=96=E3=83=BB=E3=83=81?= =?UTF-8?q?=E3=83=A3=E3=83=A0=E3=82=B9?= <41765106+chakibchemso@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:11:15 +0100 Subject: [PATCH] Update README.md fix cylinder not spawning correctly. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c61f8e98..3447463b1 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ fn setup( Collider::cylinder(4.0, 0.1), Mesh3d(meshes.add(Cylinder::new(4.0, 0.1))), MeshMaterial3d(materials.add(Color::WHITE)), + Transform::from_xyz(0.0, 0.0, 0.0), )); // Dynamic physics object with a collision shape and initial angular velocity