3dbag-viewer
3dbag-viewer copied to clipboard
Object pick behaviour is slightly confusing
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.