同步代码
This commit is contained in:
2
types/Common/CommandNames.d.ts
vendored
2
types/Common/CommandNames.d.ts
vendored
@@ -290,7 +290,7 @@ export declare enum CommandNames {
|
||||
DrawIHole = "DRAWIHOLE",
|
||||
DrawLHole = "DRAWLHOLE",
|
||||
DrawUHole = "DRAWUHOLE",
|
||||
WallThick = "WALLTHICK",
|
||||
DrawDoorHole = "DRAWDOORHOLE",
|
||||
Gallery = "GALLERY"
|
||||
}
|
||||
//# sourceMappingURL=CommandNames.d.ts.map
|
File diff suppressed because one or more lines are too long
4
types/Common/LightUtils.d.ts
vendored
4
types/Common/LightUtils.d.ts
vendored
@@ -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
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"LightUtils.d.ts","sourceRoot":"","sources":["../../../src/Common/LightUtils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAQ/E,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,UAAO,QAwBzE"}
|
||||
{"version":3,"file":"LightUtils.d.ts","sourceRoot":"","sources":["../../../src/Common/LightUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAA2D,MAAM,OAAO,CAAC;AAEtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAO/E,eAAO,IAAI,gBAAgB,MAAa,CAAC;AAEzC,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,UAAO,QA2BjF"}
|
Reference in New Issue
Block a user