You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
Add the 3D mouse position, using picked or dragged object.
Currently mouseMoved(..) and mouseDragged(..) do
setMousePos(e.getPoint());
It would be better to use something similiar to what we do with canvasToImage(int x, int y) method int VtkCanvas. Use the main projection axis, and retain previous coordinates when possible...
The text was updated successfully, but these errors were encountered:
Add the 3D mouse position, using picked or dragged object.
Currently mouseMoved(..) and mouseDragged(..) do
setMousePos(e.getPoint());
It would be better to use something similiar to what we do with canvasToImage(int x, int y) method int VtkCanvas. Use the main projection axis, and retain previous coordinates when possible...
The text was updated successfully, but these errors were encountered: