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...
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...