3dbag-viewer icon indicating copy to clipboard operation
3dbag-viewer copied to clipboard

Object pick behaviour is slightly confusing

Open liberostelios opened this issue 2 years ago • 0 comments

Right now, we pick objects everytime a pointerup event occurs. This is a bit confusing, as a pointerup might occur both in the case of a click/tap or a pan/rotate.

A solution is to check if the pointer has moved since pointerdown occured, so that we know that this is a single click/tap.

liberostelios avatar Mar 25 '22 09:03 liberostelios