RBVI / LookSee

LookSee molecular viewer for Quest VR headsets
2 stars 0 forks source link

Change moving molecules to use trigger button instead of grip button #10

Closed tomgoddard closed 1 year ago

tomgoddard commented 1 year ago

The Oculus grip button is far too easy to press accidentally. Often when I show people LookSee they constantly hold the grip button down because that is the natural grip to hold the hand controller. This leads to very poor interaction moving the scene when not desired. It would be better to use the trigger button to move the models, and not have the grip button move them. This is relatively easy to change, but some extra code is needed so that clicking user interface buttons with the trigger button does not move models.

tomgoddard commented 1 year ago

Done.

In version 10 of LookSee the trigger button is used for moving models and for user interface buttons and the grip button is not used for anything. If a user interface button is pushed then the models are not moved. In version 9 and earlier the grip button is used for moving models and the trigger button is used for pushing buttons.