2022-06-08 09:43:31 +08:00
|
|
|
import { Box3 } from "three";
|
2021-01-28 10:17:21 +08:00
|
|
|
import { DirectionalLight } from "../DatabaseServices/Lights/DirectionalLight";
|
2022-06-08 09:43:31 +08:00
|
|
|
export declare let ALL_MESH_EXT_BOX: Box3;
|
|
|
|
export declare function CalcSunShadowCameraExtents(light: DirectionalLight, calcBox?: boolean): void;
|
2021-01-28 10:17:21 +08:00
|
|
|
//# sourceMappingURL=LightUtils.d.ts.map
|