Browse Source

Examples: Improved webgl_lights_spotlights performance.

Mr.doob 6 năm trước cách đây
mục cha
commit
c3dfc6ba52
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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;
 
 			}