aframevr / a-painter

🎨 Paint in VR in your browser.

Home Page:https://aframe.io/a-painter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teleport on the touchpad is confusing

dmarcos opened this issue · comments

The thouchpad is also used to change the brush size causing a lot unintentional teleportations. I'm testing this Christmas with people that had never used a-painter or VR.

the approach I took with fork of @fernandojsg 's teleport control (not with A-Painter though) was to use A-Frame hand-controls and map to gestures like pointing -- although on Vive, because the grip button is hard to press and therefore isn't required to point, that might not help. For Oculus Touch it would be natural to pick a compound pose, but it also has different controls so you could leave thumbstick controlling brush size.

I agree that it could be confusing, in fact after playing with medium and quil I believe we should have a discussion about have different options on each hand by default instead of duplicating the same functionality on each hand as we do right now.

Duplicate of #214