Hi,
I want to construct a simple car at run-time.
At first all parts (2 wheels and a chassis at the moment) are laying on the floor, away from each other.
All parts have Physics behavior and all are movable (except the floor).
Then, lets say on touch, I want to assemble the car and let it drive away.
Now, in order to create the revolution joints correctly I need to move the wheels first to the 2 "Axle" Image Points of the chassis.
But moving a wheel to its axle causes a bump and move the chassis.
How can I "construct" the car upon an event in such way I can let it drive away?
Thanks