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
I recently tried using an iPad to view a Trame application and noticed that PinchEvents are not forwarded with remote rendering.
PinchEvent
I tried following the example in https://github.com/Kitware/trame/blob/master/examples/06_vtk/01_SimpleCone/RemoteRendering.py to forward and trigger the event on the vtkRenderWindowInteractor, but I can get it working just right.
vtkRenderWindowInteractor
I'm curious if this is something that could be handled by default in trame-vtk?
trame-vtk
The text was updated successfully, but these errors were encountered:
trame-rca does a better a job at mapping client side event to the server. See that issue and that example.
Down the road, that will be the default within trame-vtk, but we could not make it happen in one go.
Sorry, something went wrong.
No branches or pull requests
I recently tried using an iPad to view a Trame application and noticed that
PinchEvent
s are not forwarded with remote rendering.I tried following the example in https://github.com/Kitware/trame/blob/master/examples/06_vtk/01_SimpleCone/RemoteRendering.py to forward and trigger the event on the
vtkRenderWindowInteractor
, but I can get it working just right.I'm curious if this is something that could be handled by default in
trame-vtk
?The text was updated successfully, but these errors were encountered: