Explorar o código

cleanup nearestFilter

gero3 %!s(int64=10) %!d(string=hai) anos
pai
achega
aeb57109a1
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;

粤ICP备19079148号