Explorar o código

Merge pull request #16501 from takahirox/FixWebVRVideoExample

Fix typo in webvr_video.html
Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
7287bb031b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webvr_video.html

+ 1 - 1
examples/webvr_video.html

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