aframe icon indicating copy to clipboard operation
aframe copied to clipboard

:a: Web framework for building virtual reality experiences.

Results 241 aframe issues
Sort by recently updated
recently updated
newest added

The hand-controls component is a bit creaky--as it mentions in its own comments, it was originally just a proof of concept. It seems incomplete; as issue #4596 points out, the...

**Description:** See https://github.com/aframevr/aframe/issues/5078 **Changes proposed:** Code is currently structured as: ``` requestPermission.catch().then() ``` This is flawed, because when the `catch` branch is executed, the `then` branch then gets executed immediately...

An attempt to improve the texts of the bullet points and to shorten this long list. **Description:** This improves the list that grew from version 0.0.x to 1.3.0 **Changes proposed:**...

On Windows 10, after installing the latest OpenSSL v3, `npm run start:https` resulted in this error: ``` node:events:505 throw er; // Unhandled 'error' event ^ Error: RSA PRIVATE KEY not...

**Description:** This README is pretty good overall, but I have some grammatical suggestions **Changes proposed:** - singular and plural - preposition

**Description:** - A-Frame Version: 1.3.0 - Platform / Device: N/A - Reproducible Code Snippet or URL: ```js AFRAME.registerComponent("example", { schema: { parse(value) { return value; }, stringify(value) { return value.toString();...

Using the keyboard shortcut to capture a screenshot of objects within a scene results in a very dark version of the rendered content seen in the experience. Worked fine, correct...

**Description:** This part of the article explains how to use the laser-controls component. So it is better to mark the corresponding dependency here. **Changes proposed:** - aframe-controller-cursor-component

**Description:** - A-Frame Version: 1.3 - Platform / Device: NA - Reproducible Code Snippet or URL: ``` ``` When the cursor on the entity hits an object it does an...

**Description:** - A-Frame Version: 1.3.0 - Platform / Device: All - Reproducible Code Snippet or URL: https://climbing-productive-riddle.glitch.me/ source code: https://glitch.com/edit/#!/climbing-productive-riddle?path=border.js%3A29%3A4 - Raised a a result of an issue reported on...