Selaa lähdekoodia

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

Arseny Kapoulkine 5 vuotta sitten
vanhempi
commit
283bbfcb35
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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 ) {