-
1. From the scene graph, press the "+" to add a new entity.
2. Notice the scroll position doesn't change, so you might not notice it was added.
![image](https://cloud.githubusercontent.com/assets/20…
cvan updated
2 months ago
-
https://github.com/aframevr/aframe/blob/faaca2b11c93400617548e30d1ce47bdef811398/src/components/cursor.js#L67
-
I try to run a-painter on quest 2 , after I updated a-frame to 1.4.2, there is no AR button on screen, when I enter VR mode, there is an error on oculus_touch_contrls.js:
Cannot read properties of un…
-
Hello!
I noticed some odd behaviour. When I'm loading a particular image, "SI.jpg" in the attached screenshot, I've noticed both react and aframe make independent requests to load it. Does anyone h…
-
WebVR will soon be deprecated in browsers. A-Frame 1.0 supports WebXR which replaces WebVR. So FlappyBird VR should update to 1.0 so it continues to work!
-
Gradient sky seems deprecated when using with aframe .8
-
As [demonstrated few years ago](https://twitter.com/utopiah/status/1257656696098492419) it was then possible to :
1. export the HTML,
2. send it to a backend, e.g Express on Glitch with a `/save…
-
`scene.removeAttribute('effects')` doesn't cause the effects to stop. I can work around this through `scene.setAttribute('effects', [])`.
-
1. Load https://aframe.io/examples/showcase/hello-metaverse/ or https://aframe.io/examples/showcase/a-painter/
2. Click the GitHub octocat icon in the bottom-left corner
3. Notice the GitHub page cann…
-
something like this
```js
//
// thumbstick teleport with Oculus Touch Controllers
//
//thumbstick Touched
this.el.addEventListener('thumbsticktouchst…