Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Improve VTK mouse position #644

Open
Stephane-D opened this issue Feb 20, 2017 · 0 comments
Open

Improve VTK mouse position #644

Stephane-D opened this issue Feb 20, 2017 · 0 comments
Assignees
Milestone

Comments

@Stephane-D
Copy link
Contributor

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

@Stephane-D Stephane-D added this to the 1.9.x.x milestone Feb 20, 2017
@Stephane-D Stephane-D self-assigned this Feb 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant