- Home /
Net Force between two objects...
I want to find out how hard two objects are pushing against each other from accelerating forces, even when they're stationary. Is there any way to do that?
I too want that kind of feedback form the physics engines, especially in joints, how much force or torque is currently applied, etc etc. They have a breaking system, so surely the data is somewhere accessible but maybe not exposed to the api. hopefully there is way.
Answer by ina · May 09, 2011 at 04:41 AM
You can create your own force field calculation F=k/r^2=ma
where r is the distance between object A and object B, and k is proportional to the mass of object A and object B. You can then solve for acceleration using a = k/r^2
and k=G * m(a) * m(b)
Your answer
Follow this Question
Related Questions
Gravity keeps my player from moving 1 Answer
Keeping character's movement consistent. 1 Answer
Limit speed on x axis when applying force with gravity 0 Answers
How to change gravity's direction on a single gameobject? 0 Answers
adding force to an instantiated gameobject in required direction 0 Answers