@@ -47,8 +47,6 @@
video.play();
const texture = new THREE.Texture( video );
- texture.minFilter = THREE.NearestFilter;
- texture.magFilter = THREE.NearestFilter;
setInterval( function () {