gero3 пре 10 година
родитељ
комит
aeb57109a1
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      examples/js/SimulationRenderer.js

+ 0 - 2
examples/js/SimulationRenderer.js

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