소스 검색

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;
 
 			}