Giving motion to bodies #281
-
Thanks Jan for this wonderful software , |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Either you could use an angular motor and use the field "targetSequence" to implement this motion. The field contains a sequence of time,target values. Similar to example "MotorScene2.json". However, I would use a "TargetAngleMotorHingeJoints". Or you could use our Python binding. E.g., by using an embedded Python script (see AnimatedBody_2D.json/py). |
Beta Was this translation helpful? Give feedback.
Either you could use an angular motor and use the field "targetSequence" to implement this motion. The field contains a sequence of time,target values. Similar to example "MotorScene2.json". However, I would use a "TargetAngleMotorHingeJoints".
Or you could use our Python binding. E.g., by using an embedded Python script (see AnimatedBody_2D.json/py).