Explorar el Código

Examples: Use LinearFilter in webxr_vr_video example.

Mugen87 hace 4 años
padre
commit
c1c81cf506
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      examples/webxr_vr_video.html

+ 0 - 2
examples/webxr_vr_video.html

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