Explorar el Código

... and we don't need the zero array anymore.

Arseny Kapoulkine hace 5 años
padre
commit
283bbfcb35
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/renderers/webgl/WebGLMorphtargets.js

+ 0 - 1
src/renderers/webgl/WebGLMorphtargets.js

@@ -12,7 +12,6 @@ function WebGLMorphtargets( gl ) {
 
 	var influencesList = {};
 	var morphInfluences = new Float32Array( 8 );
-	var morphInfluencesZero = new Float32Array( 8 );
 
 	function update( object, geometry, material, program ) {