Browse Source

Examples: Use LinearFilter in webxr_vr_video example.

Mugen87 4 years ago
parent
commit
c1c81cf506
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/webxr_vr_video.html

+ 0 - 2
examples/webxr_vr_video.html

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