If I add them as THREE.VideoTexture( videoElem ) there is glitching in Safari. If I add them as THREE.Texture( canvasElem ) they are fine. Note that THREE.VideoTexture( videoElem ) works on other browsers fine. Any idea why?
Screen looks like this:
Video element added by js:
This threejs example seems to play fine on Safari, so curious what’s up.