Fernando Serrano
Fernando Serrano
In every issue or conversation we use completely different naming for each item so it could be nice to have a consistent naming across all the code and conversations so...
As discussed at https://github.com/fernandojsg/aframe-input-mapping-component/issues/11 Could it be interesting to have things like: ```js AFRAME.setCurrentInputState(['teleport', 'paint']); ``` We could have a more advanced API to handle modifications of the states: ```js...
Right now we could do things like: ``` mappings: { task1 { common: { trackpaddown: 'teleport' }, 'windows-motion-controls': { ... } }, ``` And it willl be applied to any...
from @machenmusik https://github.com/fernandojsg/aframe-input-mapping-component/issues > A common teleport mechanic now (robo recall, blade runner 2049, windows mixed reality) is for orientation after teleport to be set via axis position, and shown...
Using the input-mapping component to map a touchpad or joystick into a dpad (https://github.com/fernandojsg/aframe-input-mapping-component/issues/13). This could fix the issue exposed by @SamiraAtMicrosoft at https://github.com/fernandojsg/aframe-teleport-controls/pull/27
For cases where you maybe already have webxr in your system and want to use it instead of the extension. It could be nice to have it available on the...
WebXR can't be used without a secure context (https or localhost) but the extension still lets you do it. I think it's fine to let the users use it without...
When using WebXR, if you are in immersive mode window.rAF is not being called. I was testing a game and I was dealing with this issue because window.rAF was being...