2
0
Эх сурвалжийг харах

Examples: Use LinearFilter in webxr_vr_video example.

Mugen87 4 жил өмнө
parent
commit
c1c81cf506

+ 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 () {