earthsdk3 3.2.0-beta.3 → 3.2.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,6 +39,10 @@ export declare class ESApertureEffect extends ESObjectWithLocation {
|
|
|
39
39
|
* 光圈的半径,默认值为 1 米。
|
|
40
40
|
*/
|
|
41
41
|
radius: number;
|
|
42
|
+
/**
|
|
43
|
+
* 光圈的模式,默认为scan(扫描)
|
|
44
|
+
*/
|
|
45
|
+
mode: string;
|
|
42
46
|
position: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D>;
|
|
43
47
|
rotation: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D>;
|
|
44
48
|
scale: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D>;
|
|
@@ -69,6 +73,8 @@ export declare class ESApertureEffect extends ESObjectWithLocation {
|
|
|
69
73
|
*/
|
|
70
74
|
static defaults: {
|
|
71
75
|
radius: number;
|
|
76
|
+
mode: string;
|
|
77
|
+
modes: [string, string][];
|
|
72
78
|
show: boolean;
|
|
73
79
|
collision: boolean;
|
|
74
80
|
allowPicking: boolean;
|
|
@@ -110,6 +116,10 @@ export declare namespace ESApertureEffect {
|
|
|
110
116
|
* 光圈的半径,默认值为 1 米。
|
|
111
117
|
*/
|
|
112
118
|
radius: number;
|
|
119
|
+
/**
|
|
120
|
+
* 光圈的模式,默认为scan(扫描)
|
|
121
|
+
*/
|
|
122
|
+
mode: string;
|
|
113
123
|
position: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D>;
|
|
114
124
|
rotation: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D>;
|
|
115
125
|
scale: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ESApertureEffect.d.ts","sourceRoot":"","sources":["../../../../src/ESObjects/general/ESApertureEffect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,oCAAoC,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AACnG,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,gBAAiB,SAAQ,oBAAoB;IACtD;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CAAC,IAAI,SAA4I;IAEhK;;;OAGG;IACH,IAAI,QAAQ,WAAiC;IAE7C;;;;OAIG;IACH,IAAa,YAAY;
|
|
1
|
+
{"version":3,"file":"ESApertureEffect.d.ts","sourceRoot":"","sources":["../../../../src/ESObjects/general/ESApertureEffect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,oCAAoC,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AACnG,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,gBAAiB,SAAQ,oBAAoB;IACtD;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CAAC,IAAI,SAA4I;IAEhK;;;OAGG;IACH,IAAI,QAAQ,WAAiC;IAE7C;;;;OAIG;IACH,IAAa,YAAY;QAqErB;;WAEG;;QAEH;;WAEG;;;;;;;;;;;;;;;;;;;MA3EsE;IAE7E;;;OAGG;gBACS,EAAE,CAAC,EAAE,cAAc;IAM/B;;;;OAIG;IACH,OAAgB,QAAQ;;;eAK0B,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE;;;;;;MACnE;IAED;;;;OAIG;IACM,eAAe;;;;;;;;;IAaxB;;;;;OAKG;IACM,aAAa,CAAC,QAAQ,CAAC,EAAE,MAAM;CAQ3C;AAED;;GAEG;AACH,yBAAiB,gBAAgB,CAAC;IAC9B;;;OAGG;IACI,MAAM,kBAAkB;QAE3B;;WAEG;;QAEH;;WAEG;;;;;;;;;;;;;;;;;;;KAEL,CAAA;CACL;AAOD;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,oCAAoC,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;CAAI"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "earthsdk3",
|
|
3
|
-
"version": "3.2.0-beta.
|
|
3
|
+
"version": "3.2.0-beta.4",
|
|
4
4
|
"description": "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/earthsdk3.umd.cjs",
|
|
@@ -54,4 +54,4 @@
|
|
|
54
54
|
"types": "./dist/types/index.d.ts",
|
|
55
55
|
"import": "./dist/earthsdk3.js"
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|