William Freeman

Results 3 issues of William Freeman

In the source code for the basic example you have... scene.addEventListener('changeTask', function(**evt**) { var next = (keys.indexOf(AFRAME.currentInputMapping) + 1) % keys.length; AFRAME.currentInputMapping = keys[next]; mappingText.setAttribute('text', {value: 'Current mapping: ' +...

**Describe the bug** When using HDR lightmaps, mipmapping gets turned off on the material (probably lack of Pemrem support?) This causes flicker in VR and rough crunchy textures at a...

I'm trying to get an alpha video shader working in Argon Aframe. It works fine in aframe 0.4.0 and 0.5.0 but when I change over to ar-scene and try to...