Browse Source

Merge pull request #20571 from Mugen87/dev51

Examples: Remove obsolete code in webxr_vr_video.
Mr.doob 4 years ago
parent
commit
c14257da2e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      examples/webxr_vr_video.html

+ 0 - 4
examples/webxr_vr_video.html

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