Browse Source

Merge pull request #18372 from OndrejSpanel/fixDTSWebGLShadowMap

Fix d.ts for WebGLShadowMap constructor
Mr.doob 5 năm trước cách đây
mục cha
commit
604228717c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/renderers/webgl/WebGLShadowMap.d.ts

+ 1 - 2
src/renderers/webgl/WebGLShadowMap.d.ts

@@ -7,9 +7,8 @@ export class WebGLShadowMap {
 
 	constructor(
 		_renderer: WebGLRenderer,
-		_lights: any[],
 		_objects: any[],
-		capabilities: any
+		maxTextureSize: number
 	);
 
 	enabled: boolean;