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: - Platform / Device: - Reproducible Code Snippet or URL: https://aframe.io/docs/1.6.0/introduction/ For better reading experience.

Good afternoon. When using aframe, you can observe a constant increase in js event listeners in the performance monitor inside the browser's dev tools. To do this, simply press any...

I have tried my best to store and load the same structure that I visually see into the DB, but the component's schema keys and values are not being included,...

**Description:** Add support for equirect layer, mono and stereo 180 and 360 videos and equirectangular image. Remaining to do: - [ ] Add an example of 180 stereo video, 360...

Last big item for 1.7.0 release. Still work in progress. Based on https://github.com/quadjr/aframe-gaussian-splatting implementation I adapted style, made a few minor tweaks and commented thoroughly. I still don't fully understand...

work in progress

The Quest Browser 38.1 support hand microgestures. They follow the OpenXR specification https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_META_hand_tracking_microgestures and there is a demo page at https://micro-gestures-demo.glitch.me/ and the result show up in the GamePad API...

in the obb-collider component's [**updateBoundingBox** function](https://github.com/aframevr/aframe/blob/161d2d5c9a13d7542ba13992d27d7f70b4cb34bf/src/components/obb-collider.js#L119), it [stores the trackedObject3D's rotation](https://github.com/aframevr/aframe/blob/161d2d5c9a13d7542ba13992d27d7f70b4cb34bf/src/components/obb-collider.js#L146), but restores it by [assigning it to **this.el.object3D's rotation**](https://github.com/aframevr/aframe/blob/161d2d5c9a13d7542ba13992d27d7f70b4cb34bf/src/components/obb-collider.js#L164) instead of **trackedObject3D** I propose changing this section around [line...

Tried to use https://github.com/mrdoob/three.js/blob/master/examples/jsm/renderers/CSS3DRenderer.js to embed dom elements in 3D space. However setObject3D will reject it because instanceof is not properly detecting the type. ``` setupCss3D(sceneEl: Scene) : void {...

**Description:** Component hand-tracking-controls with the "dots" modelStyle has not been displaying correctly since A-Frame 1.6.0. This is because "wristObject3D" is introduced, and all child elements of the hand, including jointEl,...

Worth experimenting give we have webgpu initial support on 1.7.0 https://toji.dev/2025/03/03/experimenting-with-webgpu-in-webxr.html