0 votes

I have a static flat plane with 15 spheres [RigidBody] and [CollisionShape] also sphere on top of the StaticBody plane.
My question is when I run the program all the sphere suppose to stay in place, however 2 of them move without an application of force or impulse or any slope for them to be attracted to.

in Engine by (16 points)

Probably because of gravity. Weird but try disabling it and see if its the case.

1 Answer

0 votes

This will be gravity. Unless your spheres have a starting position of exactly on the plane and everything balances perfectly and nothing overlaps, you'll always get some movement from a RigidBody. Being spheres, they'll probably never stop moving.

by (1,057 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.