Explorar o código

Examples: Use LinearFilter in webxr_vr_video example.

Mugen87 %!s(int64=4) %!d(string=hai) anos
pai
achega
c1c81cf506
Modificáronse 1 ficheiros con 0 adicións e 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 () {