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
The following list is available directly from the default vtkInteractorStyle used:
vtkInteractorStyle
e
p
f
r
s
w
It would be nice to add option to change visibility of some other elements, such as control points, objects, etc.
The text was updated successfully, but these errors were encountered:
Issue #46 assign key "h" for changing object visibility
a97021a
Issue #46 assign key "n" for resetting object visibility
9b5efd5
Just updated the original issue with the list of available vtkInteractorStyle keypress events. I have added the following custom keypress events:
b
l
d
h
n
arrow keys
They are documented here: https://nurbs-python.readthedocs.io/en/devmaster/module_vis_vtk.html#geomdl.visualization.VisVTK.VisConfig.keypress_callback
Sorry, something went wrong.
Change "l" to "m" to free up a region for object movement implementat…
9891c77
…ion #46
No branches or pull requests
The following list is available directly from the default
vtkInteractorStyle
used:e
: exit the applicationp
: pick object (hover the mouse and then press to pick)f
: fly to point (click somewhere in the window and press to fly)r
: reset the cameras
andw
: switch between solid and wireframe modesIt would be nice to add option to change visibility of some other elements, such as control points, objects, etc.
The text was updated successfully, but these errors were encountered: