aframe
aframe copied to clipboard
:a: Web framework for building virtual reality experiences.
The version 1.3.0 a-frame does not work in WebView on Android 7 when switching to VR mode. Black screen. Without VR mode, it works. Version 1.0.1 works fine both in...
What is the reason behind the offset of 1.5 in y? https://github.com/aframevr/aframe/blob/f38bf1545d6bbb3cc821719c355e0d63b0322c19/src/components/hand-tracking-controls.js#L132 https://github.com/aframevr/aframe/blob/f38bf1545d6bbb3cc821719c355e0d63b0322c19/src/components/hand-tracking-controls.js#L258 https://github.com/aframevr/aframe/blob/f38bf1545d6bbb3cc821719c355e0d63b0322c19/src/components/hand-tracking-controls.js#L275 https://github.com/aframevr/aframe/blob/f38bf1545d6bbb3cc821719c355e0d63b0322c19/src/components/hand-tracking-controls.js#L351
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script
**Description:** When loading the library, the browser throws an error: ``` Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in...
**Description:** As reported by @jamess922 on https://github.com/jeromeetienne/AR.js/issues/480 Alpha channel video does not seem to be working, however, this is not the case on version 0.8 - A-Frame Version: 0.9 -...
**Description:** - A-Frame Version: 1.3.0 - Platform / Device: iPhone 11 Pro - iOS 15.3.1 - Safari (latest) - Reproducible Code Snippet or URL: [Link](https://aframe.io/aframe/examples/showcase/anime-UI/) A blank white screen is...
**Description:** - A-Frame Version: 1.3.0 - Platform / Device: All - Reproducible Code Snippet or URL: https://glitch.com/edit/#!/assets-dont-timeout-on-error?path=index.html%3A29%3A92 When a URL referred to by an asset is not resolvable, A-Frame scene...
**Description:** Adds `alphaMap`, `alphaTextureOffset`, and `alphaTextureRepeat` to Standard Material schema. This is already supported by Super-Three **Changes proposed:** - Add `alphaMap`, `alphaTextureOffset`, and `alphaTextureRepeat` to Standard Material schema. - Update...
**Description:** Using the current A-Frame `master`, when trying to auto play audio with the `sound` component using `autoplay: true`, either the loading screen times out and the audio doesn't play,...
I find myself doing this on many scenes: ` ` Would there be any value (or harm) in automatically including the Google CDN Draco decoder path in `gltf-model` System? Example...
**Description:** When going into VR mode on iOS Chrome or iOS Firefox the green plane is not visible. I found out that if you reverse order of plane and sky,...