Replies: 1 comment 1 reply
-
You need to send mouse interaction on move too, not just on drag. I think we have a flag/property to enable it. If not available with trame-vtk, it might be good to upgrade to trame-rca. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
VTK Code:
I have a vtk code that allows me to draw a line in 3D or 2D plan. It works good in the classical vtk viewer:
But when I try to integrate it in Trame, it doesn't behave as expected. I need always to click and release to draw the point and the line is not following the mouse in real time (while not clicked).
Even by clicking and dragging, then releasing to complete the line, it still requires anothe click to drop the second point.
Here is the trame code:
Can anyone help me with this please!
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions