Is there possible to use keyboard in the simulation to manipulate an object? #144
Unanswered
EmilyMcIver
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You can implement this in the following way: // Call this in the beginning of your simulation: // callback function that is called when key 'a' is pressed Sorry but the file format is not documented yet. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can do it in the same way. Just implement an action function. Alternatively you can use the Python version and implement the key actions in Python. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there possible to use keyboard in the simulation to manipulate an object?
Can you explain how to do this?
And do you have the working link where is the scene file format is explain? https://positionbaseddynamics.readthedocs.io/en/latest/file_format
Beta Was this translation helpful? Give feedback.
All reactions