aframe-xr icon indicating copy to clipboard operation
aframe-xr copied to clipboard

System / Components to build WebXR experiences with A-frame

Results 9 aframe-xr issues
Sort by recently updated
recently updated
newest added

Running the examples on chrome 83 on samsung galaxy A40 show only a white screen with some text.

I added positionOffset in the schema of the anchor component to offset models that don't have a pivot point at the bottom. For our organization, the models are being placed...

The most basic example works great on desktop, Safari... but somehow not on the XR Viewer. I checked the console (using VorlonJS) and no new error or warning. ```html Animation...

I optimized the reticle and xranchor components to not create objects on each frame. I tested the reticle component. I did not test xranchor component, so be sure to test...

Hey everyone, Ever since upgrading our app from aframe v0.8.1 to v0.8.2, we are experiencing issues with running aframe-xr. With further debugging we found out that the "enterAR" method won't...

It looks like `aframe-xr` always enables `vr-mode-ui` even if the scene has set it to off. The code here: https://github.com/mozilla/aframe-xr/blob/50326e45f17fdfc87c1704cc7a16510058fba4e8/dist/aframe-xr.js#L192 Likely should inspect the value on the scene and use...

Assuming that this there will still be a transition period for main browsers to include the WebXR API proper and that no polyfill will be sufficient (unlike for WebVR and...

As briefly discussed with @arturitu , not necessarily a bug but when in https://github.com/mozilla/aframe-xr/blob/master/examples/ar/hit_test/index.html#L35 I try to access the position of the added entity I get `0 0 0` even...

Even though https://github.com/aframevr/aframe/blob/master/ROADMAP.md wasn't always realistic (cf 0.8 release scheduled for 3 months ago) it still gave a vision to the community at large. Having an equivalent for aframe-xr would...