tbalouet / aframe-slideshow

A component to place 3D frames in the scene and navigate through them
https://tbalouet.github.io/aframe-slideshow/examples/basic/
MIT License
13 stars 2 forks source link

Harmonize controls #4

Open Utopiah opened 7 years ago

Utopiah commented 7 years ago

As of now moving from one slide to the next is managed via keyboard (arrow keys) and/or Rift controllers and/or gamepad. It could be good to document that then consider the newer laser-controls

tbalouet commented 7 years ago

I also think that controls should be put as parameters of the component, so you would have "controller:keyboard|oculus_touch|daydream|gearvr". Or maybe implement every one of them? Would be tedious to maintain in the future with more controllers...

We need previous/current so that's a bit different than the laser control I guess