Wasm mousing over viewports doesn´t work
For example look at IsoparametricCellsDemo
If you click in VTK_QUADRATIC_HEXHEDRON, nothing happens. To interact with it you have to click on VTK_CUBIC_LINE.
For example look at IsoparametricCellsDemo
If you click in VTK_QUADRATIC_HEXHEDRON, nothing happens. To interact with it you have to click on VTK_CUBIC_LINE.
changed title from Wasm Mousing over viewports doesn´t work to Wasm mousing over viewports doesn´t work
@jules.bourdais and @jaswant.panchumarti any ideas?
I've noticed elsewhere that the mouse coordinates are slightly off when the zoom setting in the browser or operating system is > 100%. Is that correct for you as well?
I suspect this is true, but I can't point to a specific example.
I think I know what's the issue. this change vtk@540986cd uses different vars for mouse x and y than before. will look into it tomorrow.
Thanks
mentioned in commit jaswant.panchumarti/vtk@b83c393b
mentioned in merge request vtk!11384 (merged)
closed