We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @grassjelly,
I want to control z via keyboard. There are bindings like t/b for that:
z
t
b
t : up (+z) b : down (-z)
But they are not used. Is there any reason for that?
The text was updated successfully, but these errors were encountered:
I did try it before. Although it works, controlling pose with keyboard is not that intuitive compared to a joystick.
Sorry, something went wrong.
@grassjelly but how could it work if the following bindings aren't called anywhere in the code?
self.poseBindings = { 'f': (-1, 0, 0, 0), 'h': (1, 0, 0, 0), 't': (0, 1, 0, 0), 'b': (0, -1, 0, 0), 'r': (0, 0, 1, 0), 'y': (0, 0, -1, 0), }
It obviously means that when your press any of the above - nothing happens.
i removed it already. feel free to edit it to your liking
No branches or pull requests
Hi @grassjelly,
I want to control
z
via keyboard. There are bindings liket
/b
for that:But they are not used. Is there any reason for that?
The text was updated successfully, but these errors were encountered: