displaz icon indicating copy to clipboard operation
displaz copied to clipboard

Better panning support

Open c42f opened this issue 12 years ago • 4 comments

The current "click to center" method of panning is fast but can be disorienting. Is there something better we can do?

c42f avatar Aug 22 '13 11:08 c42f

Ortho projection is awesome for panning - no need to figure out a reference point for translation.

nigels-com avatar Jun 07 '15 04:06 nigels-com

Interesting, I haven't considered that. However, I don't think it would help much here: I'm trying to keep the UI simple by doing everything in the same 3D viewport. Forcing the user to change modes is something I've disliked about other lidar viewers I've used.

c42f avatar Jun 07 '15 06:06 c42f

I am used to using Paraview and I like being able to middle click and drag for panning. Once #11 is solved then panning becomes easy. Perhaps we could make it so the reference point is calculated at the down click of the middle button, and then if the mouse is moved while the button is down then the view pans.

gphysics avatar Jun 07 '15 23:06 gphysics

Something like that potentially makes sense. The potree project uses a similar scheme, http://potree.org/demo/potree_2014.12.30/examples/philly.html

Caveat - the current displaz panning scheme is jarring/disorienting, but it's relatively precise and efficient if you want to zoom in on a particular area. I wouldn't want to loose this.

c42f avatar Jun 07 '15 23:06 c42f