-
I'd tried uploading a 360 picture using visual inspector by changing src link, but it's not working !!
Example: https://aframe.io/examples/showcase/sky/
![my a frame](https://user-images.githubuse…
-
We should add nav in VR for platforms like quest. Maybe the WASD keys already map? Could also do teleporting like here: https://github.com/fernandojsg/aframe-teleport-controls
-
WebVR will soon be deprecated in browsers. A-Frame 1.0 supports WebXR which replaces WebVR. So FlappyBird VR should update to 1.0 so it continues to work!
-
When i use aframe combined with svelte, is seems that my svelte's render is faster that aframe's import, causing my browser to report an error.
error:TypeError: Cannot read properties of undefined …
-
One can set `font` per element but when having dozens it can grow verbose. `defaultFontURL` can be [modified directly](https://github.com/lojjic/aframe-troika-text/blob/master/dist/aframe-troika-text.…
-
Aframe 0.9.0 and 0.8.0 are displaying a white screen
However 0.7.0 and 0.6.0 are displaying the sun
ImNah updated
4 years ago
-
Hey all, I'm using Vite as my bundler and I'm getting the error when I import classes from `aframe-typescript-class-components`:
```
X [ERROR] Could not resolve "three/types"
```
Does anyone k…
-
When I set up aframe physics and require it in my index.js and then run it with webpack I get the error "Uncaught ReferenceError: arguments is not defined" in my console.
-
**Description:**
- A-Frame Version: master https://github.com/aframevr/aframe/commit/189993048b4f330872bac0c243a7a3de7415bb0d
https://cdn.jsdelivr.net/gh/aframevr/aframe@3a633d512b90724d85604067…
-
Currently an API token is required to embed a vimeo video in aframe/webvr. It would be nice if I didn't need to use a token at all. I would have expected this since I can embed a vimeo video on a webp…