aframe
aframe copied to clipboard
:a: Web framework for building virtual reality experiences.
I have updated two of my devices to iOS 17.1.1, which includes a new Safari version (17.1) and now rotating the phone screen with screen lock off results in distorted...
**Description:** This allows interop with ES module libraries such as webxr. ES modules are a part of the Web Component spec but it's a bit surprising that aframe doesn't play...
If multiple entities share the same video as material map. Only one texture is created and shared across all materials. It's not possible to configure each material independently like for...
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...
**Description:** In SvelteJS. When I add a custom camera, `` or `` ,can't delete the default camera. And When I view the Element through "Visual Inspector & Dev Tools" ,...
**Description:** While looking into #5400 I noticed that following an element removal the `tick` method of the `animation` component wasn't called for that frame. The scene iterates over the `tick`/`tock`...
**Description:** When used with a headset capable of AR, the ar-hit-test component currently projects its ray from the headset, which is suboptimal UX when tracked controllers are available. **Changes proposed:**...
**Description:** - A-Frame Version: 1.4.2 and master - Platform / Device: Any headset with AR capability and one or more controllers - Reproducible Code Snippet or URL: https://aframe.io/examples/showcase/modelviewer/ 1. click...
**Description:** Small animation hiccups happen whenever an entity is removed from the dom with "removeChild" NOTE: Jumps from one frame to another are expected, however sometimes those jumps make the...
**Description:** - A-Frame Version: 1.5.0 - Platform / Device: Quest 2, Pro or 3 When building an experience that can operate in desktop or VR mode, it's common to build...