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
trafficstars

dependabot https://access.redhat.com/security/cve/cve-2022-0144 @dmarcos the shelljs is only used in the https://github.com/aframevr/aframe/blob/master/scripts/preghpages.js is this still used?

**Description:** When using postprocessing, high GPU load and thus FPS drops occur at intervals. Sometimes it occurs shortly after initializing the scene, sometimes it takes 1-2 minutes. This is apparently...

**Description:** The inheritance and precedences of values for a primitive is currently as follows: - **AttrValue** (anything explicitly set on an element) - **Primitive mappings** - **Mixins** - **Primitive defaults**...

**Description:** - A-Frame Version: 1.3.0 - Platform / Device: - Reproducible Code Snippet or URL: https://glitch.com/edit/#!/first-grass-bubbler?path=script.js%3A17%3A29 when i use hit test , I find it can only place once time,...

https://aframe.io/docs/1.5.0/primitives/a-videosphere.html#equirectangular-video - Minimal: doc report 5000 as default values, in code is 500. - Suggestion: report the 'rotation' attribute also in the a-videosphere doc page, it's a typical need adjust...

**Description:** The `npm run test:node` command was broken since we moved to using three ES imports, because of `aframe/src/three.js` that is requiring an ES module `aframe/src/lib/three.module.js` and that was not...

**Description:** Need for example regarding the use of custom events to trigger animations in A-Frame. The current documentation does not explicitly show how to use the .emit() function to start...

**Description:** In recent three.js version, we have now the new tone mapping THREE.AgXToneMapping and THREE.NeutralToneMapping **Changes proposed:** - Add 'AgX" and 'neutral' to the toneMapping list

pinchedmoved -> pinchmoved (as given in the aframe docs) onPinchedMoved() -> onPinchMoved()

**Description:** I noticed that not all unit tests are being executed. Turns out that emitting `error` events causes Karma to stop executing further tests. Interestingly enough this does not seem...