Diego Marcos

Results 704 comments of Diego Marcos

Good idea but it’s probably better to have a separate component that only handles audio recording

We should probably emit `thumpasuppressed` and `thumbstickup` from A-Frame

@SamiraAtMicrosoft thanks for surfacing the problems and make us think hard on it

@netpro2k we have a state API in A-Frame that could be used for that purpose. You could do for instance `sceneEl.is('triggerdown')`

I personally prefer to see each controller and how the buttons are mapped in the application all in a single place. It serves as a form of manual and is...

This is how I would do it. If both hands emit the same event nothing changes (tangential, but prepending the word `action` seems redundant): ````javascript common: { dpaddown: "snaprotate", }...

For additional free form metadata you could have an option additional field `actions` to keep the mappings clean that I expect to be the most important part and something you...

@dbradleyfl Thanks for sticking with it. Great effort 🏅

I don’t think creating a DSL where we have to parse strings and handle errors is a maintainable path. If a robo recall teleport system is something we need or...

Yes, I think teleportAiming involves a sate change. I propose two ideas to explore in the future but I do not love either of them yet 😄 1. `tasks` \...