소스 검색

type fixes

Filipp Keks 5 년 전
부모
커밋
eb8116c4b1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/renderers/webgl/WebGLClipping.d.ts

+ 1 - 0
src/renderers/webgl/WebGLClipping.d.ts

@@ -4,6 +4,7 @@ export class WebGLClipping {
 
 	uniform: { value: any; needsUpdate: boolean };
 	numPlanes: number;
+	numIntersection: number;
 
 	init( planes: any[], enableLocalClipping: boolean, camera: Camera ): boolean;
 	beginShadows(): void;