Bläddra i källkod

Merge pull request #16501 from takahirox/FixWebVRVideoExample

Fix typo in webvr_video.html
Mr.doob 6 år sedan
förälder
incheckning
7287bb031b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      examples/webvr_video.html

+ 1 - 1
examples/webvr_video.html

@@ -66,7 +66,7 @@
 				var texture = new THREE.Texture( video );
 				texture.generateMipmaps = false;
 				texture.minFilter = THREE.NearestFilter;
-				texture.maxFilter = THREE.NearestFilter;
+				texture.magFilter = THREE.NearestFilter;
 				texture.format = THREE.RGBFormat;
 
 				setInterval( function () {