Browse Source

WebGLShadowMap: Removed more unused RectAreaLightShadow code.

Mr.doob 8 years ago
parent
commit
1791fe54cb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/renderers/webgl/WebGLShadowMap.js

+ 0 - 6
src/renderers/webgl/WebGLShadowMap.js

@@ -200,12 +200,6 @@ function WebGLShadowMap( _renderer, _lights, _objects, capabilities ) {
 
 			}
 
-			if ( shadow ) {
-
-				shadow.update( light );
-
-			}
-
 			var shadowMap = shadow.map;
 			var shadowMatrix = shadow.matrix;