Open banesullivan opened 1 year ago
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
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.
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
?