- Home /
Getting Mass on a specific point?
Hello I want to get the Mass (weight) on a specific point of a gameobject.
I want to make a Bridge Builder Clone (You know this little old game?) http://personal.brandongreenlee.com/wp-content/uploads/2008/05/bridge_builder.jpg
So I need to get the weight (Maybe Mass from Rigidbody?) on a specific point of a gameobject.
Is it also possible to make a triangle to get more stability? Because the carriers on the picture would increase the weight (Instead of release the other objects).
Thank you very much.
Answer by Ashkan_gc · Jun 25, 2010 at 12:41 PM
it's not possible to get the mass in a specific point on a object but if you want to make objects in a way to work correctly. you can change their center of mass in a script. you can calculate based on center of mass but you can not change the distribution of mass in different parts of the object. you can create compound objects for that.
Seems to be very complex? oO Ok Ill read about compount objects and center of mass
Your answer
Follow this Question
Related Questions
Rigidbodies push other rigdidbodies 1 Answer
How does wheelcollider mass factor into rigidbody mass? 1 Answer
Calculating rigidbody mass 1 Answer
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Instantiated ragdoll behaves differently than when placed in scene manually 2 Answers