소스 검색

cleanup nearestFilter

gero3 10 년 전
부모
커밋
f81da6a20d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      examples/js/postprocessing/GlitchPass.js

+ 0 - 2
examples/js/postprocessing/GlitchPass.js

@@ -110,8 +110,6 @@ THREE.GlitchPass.prototype = {
 		var texture = new THREE.DataTexture( data_arr, dt_size, dt_size, THREE.RGBFormat, THREE.FloatType );
 		console.log( texture );
 		console.log( dt_size );
-		texture.minFilter = THREE.NearestFilter;
-		texture.magFilter = THREE.NearestFilter;
 		texture.needsUpdate = true;
 		return texture;