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 );
 		var texture = new THREE.DataTexture( a, WIDTH, WIDTH, THREE.RGBAFormat, THREE.FloatType );
-		texture.minFilter = THREE.NearestFilter;
-		texture.magFilter = THREE.NearestFilter;
 		texture.needsUpdate = true;
 		texture.needsUpdate = true;
 
 
 		return texture;
 		return texture;