aframe
aframe copied to clipboard
:a: Web framework for building virtual reality experiences.
[This issue](https://github.com/aframevr/aframe/issues/2640) was closed as resolved in 2017 but it seems still present. There should be an easy way to update the src of a material and clear the memory...
**Description:** - A-Frame Version: 1.3.0 - Platform / Device: Intel Mac OS X 10_14_4, Chrome/108.0.0.0 - Reproducible Code Snippet or URL: ```js let quality = document.querySelector('a-videosphere').object3D.children[0].material.map.image.getVideoPlaybackQuality(); decoded = quality.totalVideoFrames; //...
https://github.com/aframevr/aframe/blob/v1.3.0/package.json#L9 cc @vincentfretin
**Description:** A PR based on the performance enhancement described here: https://github.com/diarmidmackenzie/moonrider/issues/3#issuecomment-1356447670 The scope of this has grown a little. I know you are pretty conservative about adding new components &...
**Description:** See background here: https://github.com/mrdoob/three.js/issues/25115 Based on feedback received here, it looks like neither #25114 or 25142 is going to be accepted into THREE.js due to unavoidable API changes. https://github.com/mrdoob/three.js/pull/25142#issuecomment-1357345258...
**Description:** The documentation says `pinchstarted` returns `World coordinates` but if one parents the camera and hands to a "rig", to e.g teleport, the event will return local coordinates, relative to...
**Description:** - A-Frame Version: 1.3.0 - Platform / Device: All - Reproducible Code Snippet or URL: https://glitch.com/edit/#!/vector-by-reference-not-value?path=index.html%3A38%3A9 Also: https://glitch.com/edit/#!/vec3-line-update-issue?path=index.html%3A25%3A53 Slightly complex to explain. Let's start with this code. ``` vec...
- A-Frame Version: 1.5.0 - Platform / Device: Firefox/Brave Normal/Expected behaviour: ``` ``` however...after adding `hand-tracking-controls` ``` ``` # Fix This patch will re-attach the children to the wrist. ```...
GLB frosted glass material only marginally affect primitives, doens't affect <a-text> or <a-image>
**Description:** I imported an object created in blender where it has different index of refraction and transmission to show as a frosted glass however, it only affect primitives like boxes...
**Description:** Noticed that the `keyboard-shortcuts` component only had an option to disable the `enterVR` shortcut, but it actually disabled both the enter and exit shortcuts. This doesn't match the documentation...