소스 검색

cleanup nearestfilter

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

+ 0 - 2
examples/js/SimulationRenderer.js

@@ -203,8 +203,6 @@ function SimulationRenderer( WIDTH, renderer ) {
 		}
 
 		var texture = new THREE.DataTexture( a, WIDTH, WIDTH, THREE.RGBAFormat, THREE.FloatType );
-		texture.minFilter = THREE.NearestFilter;
-		texture.magFilter = THREE.NearestFilter;
 		texture.needsUpdate = true;
 
 		return texture;