I’m working on my version of a labyrinth.
According to this playground example, I can manage the rotation of meshes to decide whether they should rotate around their own axis or the scene’s axis.
However, I’m having issues applying the same behavior with a PhysicsBody. In other words, are there any ways to rotate my PhysicsBody around the Z-axis of the scene instead of its own axis when I press KeyJ or KeyL?