Interactor in 3dViz

asked 2017-10-27 07:41:05 -0600

Durden gravatar image

updated 2019-12-09 07:46:06 -0600

ojesus gravatar image

Hi,

I am trying to implement a feature to select a set of points in a 3dViz window using the mouse. However, I am unable to lock the rotation of the point set (i.e. viz::WCloud).

What I would like to achieve is to have the usual mouse interaction in typical conditions (e.g. rotation with the left-hand button, scroll, etc.), but when I press a button (e.g. 'a'), the rotation interaction that gets triggered when the left-hand button is pressed becomes a selection tool, like a rectangular region.

I can't figure out how to implement this. Can anyone help me with this?

Cheers

edit retag flag offensive close merge delete

Comments

I don't understand what you want exactly but you can find an example with mouse and keyboard interaction in this sample

LBerger gravatar imageLBerger ( 2017-10-27 08:24:13 -0600 )edit