how to make a object (mass=0) move? #178
Unanswered
zhang-qiang-github
asked this question in
Q&A
Replies: 1 comment 1 reply
|
You could animate the fixed points, e.g. by using a Python script: The project also contains some examples that may help you. |
1 reply
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
I am learning examples/beam_model.py:
For this beam, the left is fixed by setting mass=0. And the other point is moving.
I want the whole beam is moving along x axis. For example:
The black indicate the beam at t, and the gray indicate the beam at t+1. I hope there are two moving for beam:
How can I make it moving along x axis? Any suggestion is helpful.
All reactions