aframe icon indicating copy to clipboard operation
aframe copied to clipboard

:a: Web framework for building virtual reality experiences.

Results 261 aframe issues
Sort by recently updated
recently updated
newest added

**Description:** - A-Frame Version: latest - Platform / Device: all - Reproducible Code Snippet or URL: / **Bug:** When running an A-Frame app locally on `localhost.myapp:8080` on a browser that...

The example provided in the readme (given after) doesn't work out of the box. On glitch, the version used is 0.5 so it works but on 1.2 it does not....

help wanted (easy)

**Description:** npm run dist error - A-Frame Version: latest (master branch) - Platform / Device: Windows 10 ```log PS C:\Users\lili\Downloads\aframe-master> npm run dist > [email protected] dist C:\Users\lili\Downloads\aframe-master > node scripts/updateVersionLog.js...

I added the suggestion of creating variables outside of arrays. I added the suggestion of a lookup table instead of a switch statement.

**Description:** - A-Frame Version: 1.3.0 - Platform / Device: MacOS M1 air, browser: Chrome, Firefox, Safari **Issue:** I use under code ```html ``` and cause this issue ![image](https://user-images.githubusercontent.com/41536271/152912929-7f81943f-069c-4d8c-90d8-9b6a0878470b.png) I was...

**Description:** When using A-Frame Version 1.1.0 and switching into VR mode (Google Cardboard) on iPhone iOS 14.2, images permanently disappear as you look far left or right. This includes .obj...

setting the `src` to an `` at runtime to a video and then later to an image the image is loaded but the video keeps playing in the background -...

**Description:** A fix for https://github.com/aframevr/aframe/issues/4973. In brief... - if called before an entity is created, removeAttribute() completes asynchronously. - this leaves a window in which a subsequent call to setAttribute()...

**Description:** Added another example on how to make green-screen effect for camera input using a custom shader instead of a canvas. Completely in AFrame, no new material is defined using...

**Description:** - A-Frame Version: 1.2.0 - Platform / Device: Chrome browser - Reproducible Code Snippet or URL: https://glitch.com/edit/#!/modifying-attributes-after-creation?path=index.html%3A34%3A7 A problem that I have hit, which may be due to A-Frame...