瀏覽代碼

Examples: Improved webgl_lights_spotlights performance.

Mr.doob 6 年之前
父節點
當前提交
c3dfc6ba52
共有 1 個文件被更改,包括 0 次插入3 次删除
  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;
 
 			}