aframe
aframe copied to clipboard
:a: Web framework for building virtual reality experiences.
Adding a camera to an embedded A-Frame scene incorrectly renders the camera's aspect ratio. The camera's aspect ratio can be fixed by manipulating the window via an action such as...
**Description:** - A-Frame Version: 1.2.0 - Platform / Device: Quest 2 - Reproducible Code Snippet or URL: https://8-2021-naf.glitch.me/tracked-controllers.html Page crashes, especially if attempting to enter VR as soon as possible....
I am trying to take a screenshot of the player's current camera view. I'm using the following code: `document.querySelector('a-scene').components.screenshot.capture('perspective')` It works in normal mode but when entering VR mode it...
The hand tracking WebXR API has changed on how it reports the joint pose and the [model needs to be updated](https://github.com/aframevr/assets/tree/master/controllers/oculus-hands/unity). Information I collected from 3rd party > The left...
**Description:** When a raycaster has an origin other than (0, 0, 0), the line it creates will not accurately show the path of the raycast. - A-Frame Version: 1.2.0 -...
A good place to put it would be the [webxr system](https://github.com/aframevr/aframe/blob/master/src/systems/webxr.js). [Spec](https://immersive-web.github.io/webxr/#ref-for-dom-xrsession-updatetargetframerate)
**Description:** - A-Frame Version: 1.2.0 - Platform / Device: Chrome on Windows, but suspect it's universal - Reproducible Code Snippet or URL: Glitch here: https://adaptable-quick-dedication.glitch.me/ A-Frame help here discusses the...
**Description:** - A-Frame Version: lately - Platform / Device: "" - Reproducible Code Snippet or URL: "" I want to translate this documents in Korean.
**Description:** THREE.js seems to support alphaMap transparency texture out of the box, https://threejs.org/docs/index.html#api/materials/MeshStandardMaterial so it would be very handy to have it supported in the standard material in A-Frame as...
**Description:** - A-Frame Version: 1.2.0 - Platform / Device: Safari / Iphone After entering VR mode, if I look to the left or right, several plane like objects begin rendering...