Browse Source

Examples: Improved webgl_lights_spotlights performance.

Mr.doob 6 years ago
parent
commit
c3dfc6ba52
1 changed files with 0 additions and 3 deletions
  1. 0 3
      examples/webgl_lights_spotlights.html

+ 0 - 3
examples/webgl_lights_spotlights.html

@@ -101,9 +101,6 @@
 				newObj.decay = 2;
 				newObj.distance = 50;
 
-				newObj.shadow.mapSize.width = 1024;
-				newObj.shadow.mapSize.height = 1024;
-
 				return newObj;
 
 			}