How can we make a rocking motion simulation?

Typically: "How do I... ", "How can I... " questions
Post Reply
Sayan
Posts: 1
Joined: 01 Dec 2017, 13:14

How can we make a rocking motion simulation?

Post 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?

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: How can we make a rocking motion simulation?

Post 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

Post Reply