Page 1 of 1

How can we make a rocking motion simulation?

Posted: 06 Dec 2017, 19:30
by Sayan
A slender body is placed on a ground. The ground starts shaking like in earthquake. So the body starts rocking as well. How can we make the simulation?

Re: How can we make a rocking motion simulation?

Posted: 09 Dec 2017, 17:59
by coppelia
Hello,

you can create a static cuboid, that is respondable. Then you can programmatically change its position, in order to emulate an earthquake. You will however have to do that in each single simulation step, by for instance reading a table of positions and reproducing it.

Cheers