2023-05-08 10:53:13 +08:00
|
|
|
import { Box3 } from "three";
|
2020-09-24 11:04:12 +08:00
|
|
|
import { DirectionalLight } from "../DatabaseServices/Lights/DirectionalLight";
|
2023-05-08 10:53:13 +08:00
|
|
|
export declare let ALL_MESH_EXT_BOX: Box3;
|
|
|
|
export declare function CalcSunShadowCameraExtents(light: DirectionalLight, calcBox?: boolean): void;
|
2020-09-24 11:04:12 +08:00
|
|
|
//# sourceMappingURL=LightUtils.d.ts.map
|