2
0
Filipp Keks 5 жил өмнө
parent
commit
eb8116c4b1

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