argonjs / argon-aframe

glue to use aframe to author argon applications
https://aframe.argonjs.io
MIT License
45 stars 18 forks source link

In browser, <ar-scene />s don't let you move the cursor up and down, only left-right #15

Open irwinwilliams opened 7 years ago

irwinwilliams commented 7 years ago

I've noticed that with webvr examples, I can move the cursor up and down, but I can't zoom. Consequently, I can zoom with AR examples, but I can't move the cursor up and down - only side to side. I may be missing some fundamental understanding of AR vs VR, am I?

blairmacintyre commented 7 years ago

Not really anything to do with AR/VR, just software implementation. We added zoom to argon.js (and Argon4) because in AR, you tend to be anchored to the world, and so seeing things up close (without having to walk) seems useful.

The up/down was just a choice -- we just didn't implement it. The various "realities" in argon.js have full control over how they adjust the camera, if someone wanted to implement more complete/different movement controls for any/all of the various realities, we'd be happy to consider adding them in!