You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using A-Frame 1.7.1 or older you probably need to update to the [latest release][release]. Browsers are migrating to the [WebXR standard][webxr] and old versions might no longer work.
65
+
If you are using A-Frame 1.8.0 or older you probably need to update to the [latest release][release]. Browsers are migrating to the [WebXR standard][webxr] and old versions might no longer work.
66
66
67
67
You also have to serve your content over HTTPS. The WebXR API won't be available over HTTP.
68
68
@@ -372,7 +372,7 @@ You can load A-Frame as an ES module using a [side effect import](https://develo
Since version 1.7.1, A-Frame ships an ES module bundle without the three dependency.
399
+
Since version 1.8.0, A-Frame ships an ES module bundle without the three dependency.
400
400
Developers can import from `three` and `three/addons` and avoid the
401
401
"Multiple instances of Three.js being imported." warning. Add the three dependency in the importmap like the example below.
402
402
Make sure the three and A-Frame versions are compatible. See browser console (or package.json) to see what THREE version A-Frame ships with by default.
@@ -406,9 +406,9 @@ Make sure the three and A-Frame versions are compatible. See browser console (or
0 commit comments