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:** By default the renderer resolution is capped at 1920x1920. This was introduced back in 2018 with https://github.com/aframevr/aframe/pull/3641. There are a couple of downsides to this: - Screen resolutions have...

**Description:** The schema for [hand-tracking-grab-controls](https://github.com/aframevr/aframe/blob/v1.5.0/src/components/hand-tracking-grab-controls.js) uses the property "color" instead of "handColor" as mentioned in the documentation. **Changes proposed:** - rename property in the documentation to match the JavaScript implementation

**Description:** See #5411 **Changes proposed:** In VR mode, when no mouse is available, prevent `cursor` from firing a "mouseenter" event, as follows: - on entering VR, set a flag this.mouseAvailable...

**Description:** I am using a-painter from the aframe(https://aframe.io/examples/showcase/a-painter/). I Don't know everyone's VR can run normally. I can't case to enterVR in either chrome or edge. Because the return value...

**Description:** - v.0.8.0 - v1.2.0: - Platform / Device: Glitch; Linux Manjaro - Reproducible Code Snippet or URL: ```html < ``` **v0.7.0 gives the following result:** ![image](https://user-images.githubusercontent.com/34862867/114141520-5d648400-991a-11eb-8d8a-8031d689c7f6.png) **v1.2.0 gives the...

**Description:** Attempting to scale to -1 from 1 only completes till 0.001 and stops there. Potential duplicate of #4263 but now with example code. - A-Frame Version: >1.0.0 - Platform...

**Description:** - A-Frame Version: 1.3.0+ - Platform / Device: HoloLens 2 - Reproducible Code Snippet or URL: https://aframe.io/examples/showcase/handtracking/ Hand tracking has stopped working on HoloLens 2. This issue is not...

This PR adds [Tunnelmole](https://github.com/robbie-cahill/tunnelmole-client) as a tunnelling option. Tunnelmole is a FOSS tunnelling solution with a growing community. It works out of the box and can be optionally self hosted...

**Description:** In some cases, attempting to create an anchor will fail which results in the desired anchor points not persisting across sessions despite setting `anchored="persistent: true"` on the entity. In...

Need to still study how it actually works. Anyone already familiar with it more than welcome to propose an API. Thanks! Context: https://github.com/mrdoob/three.js/issues/22376