同步代码

This commit is contained in:
ChenX
2022-06-08 09:43:31 +08:00
parent 38e7ab4a80
commit 8c0aa22524
59 changed files with 302 additions and 206 deletions

View File

@@ -1,3 +1,5 @@
import { Box3 } from "three";
import { DirectionalLight } from "../DatabaseServices/Lights/DirectionalLight";
export declare function DirLightShadowArea(light: DirectionalLight, calcBox?: boolean): void;
export declare let ALL_MESH_EXT_BOX: Box3;
export declare function CalcSunShadowCameraExtents(light: DirectionalLight, calcBox?: boolean): void;
//# sourceMappingURL=LightUtils.d.ts.map