-
Originally posted as https://github.com/w3c/testharness.js/issues/85 by @scheib on 09 Oct 2014, 22:08 UTC:
> Some tests require the platform or user to be mock-ed or automated for tests to run on aut…
-
A-Frame 0.8.0 brings in some upstream fixes to THREE.GLTFLoader that are technically correct, but potentially inconsistent with existing scenes and examples. Pre-0.8.0, `gltf-model` assumed all textur…
-
Current versions of the WebVR spec state that valid values of `VRSource` are `HTMLCanvasElement` and `OffscreenCanvas`.
Chrome and Firefox currently do not support 2D canvas as a `VRSource`, only…
-
I downloaded the nightly build and got the error `undefined symbol: gst_player_get_config` when trying to run it on Ubuntu16.04.
I've also tried building the nightly release which fails at:
error:…
-
##### Description of the problem
Custom blending seems to be broken when VREffect is enabled.
I am testing simple custom MAX Blending material: Max(green, red) = yellow
(https://gist.github.com/edd…
-
https://w3c.github.io/webvr/#dom-vrdisplay-requestpresent
https://w3c.github.io/webvr/#dom-vrdisplay-exitpresent
When the promises are resolved relative to everything else that happens is observable,…
-
From time to time, the working group has expressed the desire to have an interoperable test suite for WebVR.
As we've been building WebVR v1.1, the Edge WebVR team has been writing tests using We…
-
For WebVR we now use [VREffect](https://github.com/mrdoob/three.js/blob/dev/examples/js/effects/VREffect.js) for stereo render. A [camera is passed as a parameter](https://github.com/mrdoob/three.js/b…
-
```
configure:2149: /usr/bin/g++ -std=gnu++14 -o conftest conftest.C 1>&5
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
ld…
-
After downloading the latest version of Aframe, look-controls is no longer working.
When using version 0.6.1 and earlier, everything works fine.
Based on a simple diff between the two versions sh…