Noeri Huisman
Noeri Huisman
Arriving at this issue from the Slack channel. I've created an issue on the A-Frame repository to keep track of the underlying issue (https://github.com/aframevr/aframe/issues/5361), as I do believe this is...
I like the idea, and it would also help people determine if compiling is worth the hassle for them if they're mainly interested in trying out WebXR experiences. It might...
I've created a basic UI using PyQt5. It's only concerned with the layers and their filters, but does support most of them (affine isn't supported). All changes are applied in...
I've made some changes; the parameter config is now a class method on the filters themselves and is nicely structured, as you've suggested. It's way nicer to read and write...
> I think type double vs. numeric isn't consistent yet. Indeed, my initial idea was to have numeric handle both floating point and integer values, but it turned out easier...
> I think this is one of the special cases that should just be handled by a generic type. Just to be sure we're on the same page. Currently the...
I do occasionally use a Bluetooth keyboard with the Quest and also sometimes use PCVR to record WebXR sessions. In both cases the keyboard remains available to the user while...
> Wonder if esc to exit VR should be a browser behavior. Similar to fullscreen. I think this PR is redundant for desktop / fullscreen? It's pretty much redundant for...
> For the sake of simplicity can we just keep it to one property? When concrete limitations arise we can add a second one. Not sure how much the shortcuts...
Thanks for reporting, interestingly enough I wasn't able to reproduce the warnings locally only in deployed versions. In any case, I've created a PR that sets the `passive` flag appropriately...