-
-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Milestone
Description
Describe the bug
Currently the management of interactions is fully handled inside of the libf3d, without the possibility of customization.
Moreover, somekey are not accessible as the key input from VTK is "raw", making some key unreachable by just using the keyboard on some keyboard layout.
To Reproduce
Steps to reproduce the behavior:
- Open the file using
f3d --dry-run example.glb
- press ? to show the camera information in the terminal while using a US keyboard
- nothing happens
Expected behavior
Camera information appears.
Additional context
This may require some changes in VTK, unless we want to take care of converting raw input from VTK and converting them to actual user input.
Moreover, if we tackled customization, we need to make sure the cheatsheet stay synchronized.
Wdyt @jpouderoux @Meakk ?
DLFW