earthsdk3-ue 3.4.0-beta.4 → 3.4.0-beta.6
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.
- package/dist/earthsdk3-ue.iife.js +3 -3
- package/dist/earthsdk3-ue.js +55 -49
- package/dist/earthsdk3-ue.umd.cjs +2 -2
- package/dist/types/ESUeViewer/ESUeViewer.d.ts +6 -0
- package/dist/types/ESUeViewer/ESUeViewer.d.ts.map +1 -1
- package/dist/types/ESUeViewer/inner/ReactProps.d.ts +4 -0
- package/dist/types/ESUeViewer/inner/ReactProps.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/earthsdk3-ue.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var Br = Object.defineProperty;
|
|
2
2
|
var _r = (l, e, t) => e in l ? Br(l, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[e] = t;
|
|
3
3
|
var v = (l, e, t) => _r(l, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { ESViewer as Ie, ESSceneObject as E, ESJPickedResult as $e, ViewerCustomInteraction as hr, getGeoBoundingSphereFromPositions as Mr, EngineObject as
|
|
5
|
-
import { reactArrayWithUndefined as gr, Destroyable as m, HasOwner as Xn, createGuid as _, Event as S, createAnimateFrame as
|
|
4
|
+
import { ESViewer as Ie, ESSceneObject as E, ESJPickedResult as $e, ViewerCustomInteraction as hr, getGeoBoundingSphereFromPositions as Mr, EngineObject as J, ES3DTileset as pr, defaultFlyInParam as Ne, defaultFlyToParam as ze, ESImageryLayer as G, ESTerrainLayer as $r, ESAlarm as Wr, ESApertureEffect as Ar, ESGeoPolygon as Ur, ESAreaMeasurement as O, ESBlastParticleSystem as Nr, ESBoxClipping as zr, ESCameraView as Hr, ESCameraVisibleRange as br, ESCar as Jr, ESClassification as lt, ESClippingPlane as Gr, ESDataMesh as z, ESDatasmithRuntimeModel as Kr, ESDirectionMeasurement as Xr, ESDistanceMeasurement as _e, ESLocalPolygon as Yr, ESDynamicWater as Zr, ESEntityCluster as qr, ESExcavate as Qr, ESFireParticleSystem as Vr, ESForestTileset as U, ESGeoDiv as me, ESTextLabel as vr, ESCustomDiv as He, ESImageLabel as fr, ESGeoJson as Or, ESGeoLineString as jr, ESGeoRectangle as tn, ESGeoWater as en, rpToap as Ce, ESGltfModel as rn, ESHeightMeasurement as nn, ESHuman as sn, ESLevelRuntimeModel as on, ESLocalCircle as an, ESLocalPolygonZ as dn, ESLocalRectangle as ln, ESLocalSkyBox as cn, ESLocationMeasurement as un, ESPipeFence as hn, ESPipeline as pn, ESPipeserTileset as vn, ESPit as fn, ESPoi2D as gn, ESPoi3D as wn, ESPoiTileset as yn, ESPolygonFence as mn, ESPolygonFlattenedPlane as Cn, ESPolygonWithHole as Fn, ESRtsTileset as In, ESSeparateFoliage as En, addTreesCallFunc as Sn, removeAllTreesCallFunc as Tn, updateTreeParamsCallFunc as xn, cutDownTreesCallFunc as Rn, growthSimulationCallFunc as Ln, ESSubmergingAnalysis as Pn, ESSunshineAnalysis as kn, ESSurfaceAreaMeasurement as Dn, ESUEWidget as Bn, ESUnrealActor as _n, ESVideoFusion as Mn, ESViewShed as $n, ESVisibilityAnalysis as Wn, ESVolumeMeasurement as An, ESWidget as Un, ESHumanPoi as Nn, ESNavigator as j, ESPath as zn, ESViewerStatusBar as A, ESGaussianSplatting as Hn, ESRtsFeatureEditing as bn, ESMsTileset as Jn, ESGeoExtrudedPolygon as ye, ESStaticMesh as Gn, ESSkylineAnalysis as Kn } from "earthsdk3";
|
|
5
|
+
import { reactArrayWithUndefined as gr, Destroyable as m, HasOwner as Xn, createGuid as _, Event as S, createAnimateFrame as be, createInterval as Ee, react as W, createNextAnimateFrameEvent as P, ObjResettingWithEvent as L, createProcessingFromAsyncFunc as Se, sleep as Yn, extendClassProps as Zn, reactJson as Je, bind as k, track as F, PosFloatDiv as qn } from "xbsj-base";
|
|
6
6
|
import { Logger as wr, Config as yr, TextParameters as Qn, Flags as ot, NumericParameters as mr, PixelStreaming as Cr } from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.2";
|
|
7
7
|
import Vn from "html2canvas";
|
|
8
8
|
const On = {
|
|
@@ -16,7 +16,9 @@ const On = {
|
|
|
16
16
|
brightness: 0,
|
|
17
17
|
emissiveIntensity: 1,
|
|
18
18
|
statusUpdateInterval: 0.5,
|
|
19
|
-
baseUrl: window.location.href ?? ""
|
|
19
|
+
baseUrl: window.location.href ?? "",
|
|
20
|
+
screenPercentage: -1,
|
|
21
|
+
antiAliasingMethod: "default"
|
|
20
22
|
}, Fr = () => ({
|
|
21
23
|
...Ie.createCommonProps(),
|
|
22
24
|
//语音模式
|
|
@@ -41,8 +43,12 @@ const On = {
|
|
|
41
43
|
//自发光强度
|
|
42
44
|
statusUpdateInterval: void 0,
|
|
43
45
|
//状态更新间隔
|
|
44
|
-
baseUrl: void 0
|
|
46
|
+
baseUrl: void 0,
|
|
45
47
|
//基础路径
|
|
48
|
+
screenPercentage: void 0,
|
|
49
|
+
//分辨率缩放,屏幕百分比
|
|
50
|
+
antiAliasingMethod: void 0
|
|
51
|
+
//抗锯齿方法
|
|
46
52
|
});
|
|
47
53
|
function Te() {
|
|
48
54
|
const l = Fr(), e = [];
|
|
@@ -51,7 +57,7 @@ function Te() {
|
|
|
51
57
|
}), e;
|
|
52
58
|
}
|
|
53
59
|
function Ge(l) {
|
|
54
|
-
const { defaults: e } =
|
|
60
|
+
const { defaults: e } = b, t = Te(), i = {};
|
|
55
61
|
return t.forEach((r) => {
|
|
56
62
|
i[r] = l[r] ?? e[r];
|
|
57
63
|
}), i;
|
|
@@ -560,12 +566,12 @@ const we = async (l, e, t, i, r, n = "default") => {
|
|
|
560
566
|
f: "GetIdByComponentNameAndHitItem",
|
|
561
567
|
p: { id: e, ComponentName: t, HitItem: i }
|
|
562
568
|
});
|
|
563
|
-
},
|
|
569
|
+
}, bs = async function(l, e = "ECC_Visibility") {
|
|
564
570
|
return await l.callUeFunc({
|
|
565
571
|
f: "GetCameraRelativeHeight",
|
|
566
572
|
p: { Channel: e }
|
|
567
573
|
});
|
|
568
|
-
},
|
|
574
|
+
}, Js = async function(l, e, t, i) {
|
|
569
575
|
const r = await l.callUeFunc({
|
|
570
576
|
f: "SaveStringToFile",
|
|
571
577
|
p: {
|
|
@@ -1011,7 +1017,7 @@ class io extends De {
|
|
|
1011
1017
|
} else h === "webRtcConnected" ? this.webRtcConnected = !0 : h === "videoinited" ? this.videoinited = !0 : h === "esmsgwsopen" && (this.esmsgwsopen = !0);
|
|
1012
1018
|
}));
|
|
1013
1019
|
{
|
|
1014
|
-
const h = this.dv(
|
|
1020
|
+
const h = this.dv(be());
|
|
1015
1021
|
let c, f;
|
|
1016
1022
|
h.start(() => {
|
|
1017
1023
|
if (c !== t.offsetWidth || f !== t.offsetHeight) {
|
|
@@ -1416,7 +1422,7 @@ class co extends De {
|
|
|
1416
1422
|
}
|
|
1417
1423
|
}));
|
|
1418
1424
|
{
|
|
1419
|
-
const d = this.dv(
|
|
1425
|
+
const d = this.dv(be());
|
|
1420
1426
|
let h, c, f;
|
|
1421
1427
|
d.start(() => {
|
|
1422
1428
|
if (h !== t.offsetWidth || c !== t.offsetHeight || f !== s.resolutionScale) {
|
|
@@ -2407,7 +2413,7 @@ const K = class K extends Ie {
|
|
|
2407
2413
|
console.warn("GetCameraRelativeHeight: viewer is undefined");
|
|
2408
2414
|
return;
|
|
2409
2415
|
}
|
|
2410
|
-
return await
|
|
2416
|
+
return await bs(this.viewer, t);
|
|
2411
2417
|
}
|
|
2412
2418
|
/**
|
|
2413
2419
|
* 保存str到指定目录下
|
|
@@ -2419,7 +2425,7 @@ const K = class K extends Ie {
|
|
|
2419
2425
|
console.warn("SaveStringToFile: viewer is undefined");
|
|
2420
2426
|
return;
|
|
2421
2427
|
}
|
|
2422
|
-
return await
|
|
2428
|
+
return await Js(this.viewer, t, i, r);
|
|
2423
2429
|
}
|
|
2424
2430
|
async highlightActorByTag(t, i = !0) {
|
|
2425
2431
|
if (!this.viewer) {
|
|
@@ -2671,7 +2677,7 @@ const K = class K extends Ie {
|
|
|
2671
2677
|
}
|
|
2672
2678
|
};
|
|
2673
2679
|
v(K, "type", K.register("ESUeViewer", K)), v(K, "defaults", { ...On });
|
|
2674
|
-
let
|
|
2680
|
+
let b = K;
|
|
2675
2681
|
((l) => {
|
|
2676
2682
|
l.createDefaultProps = () => ({
|
|
2677
2683
|
...Ie.createDefaultProps(),
|
|
@@ -2690,9 +2696,9 @@ let J = K;
|
|
|
2690
2696
|
speechRecognitionListening: void 0,
|
|
2691
2697
|
customMessageListening: void 0
|
|
2692
2698
|
});
|
|
2693
|
-
})(
|
|
2694
|
-
Zn(
|
|
2695
|
-
class at extends
|
|
2699
|
+
})(b || (b = {}));
|
|
2700
|
+
Zn(b.prototype, b.createDefaultProps);
|
|
2701
|
+
class at extends J {
|
|
2696
2702
|
constructor(e, t) {
|
|
2697
2703
|
super(e, t);
|
|
2698
2704
|
const i = t.viewer;
|
|
@@ -2937,7 +2943,7 @@ const qe = (l) => {
|
|
|
2937
2943
|
default:
|
|
2938
2944
|
return "未知错误";
|
|
2939
2945
|
}
|
|
2940
|
-
}, ct = class ct extends
|
|
2946
|
+
}, ct = class ct extends J {
|
|
2941
2947
|
constructor(t, i) {
|
|
2942
2948
|
super(t, i);
|
|
2943
2949
|
v(this, "_styleColor", this.dv(W([])));
|
|
@@ -3247,7 +3253,7 @@ const Qe = (l) => {
|
|
|
3247
3253
|
default:
|
|
3248
3254
|
return "未知错误";
|
|
3249
3255
|
}
|
|
3250
|
-
}, ut = class ut extends
|
|
3256
|
+
}, ut = class ut extends J {
|
|
3251
3257
|
constructor(e, t) {
|
|
3252
3258
|
super(e, t);
|
|
3253
3259
|
const i = t.viewer;
|
|
@@ -3256,7 +3262,7 @@ const Qe = (l) => {
|
|
|
3256
3262
|
return;
|
|
3257
3263
|
}
|
|
3258
3264
|
let r, n;
|
|
3259
|
-
const s = this.dv(W(void 0)), o = this.ad(
|
|
3265
|
+
const s = this.dv(W(void 0)), o = this.ad(Je(""));
|
|
3260
3266
|
{
|
|
3261
3267
|
const p = () => {
|
|
3262
3268
|
if (typeof e.url == "string")
|
|
@@ -3588,7 +3594,7 @@ const yt = class yt extends I {
|
|
|
3588
3594
|
}
|
|
3589
3595
|
}
|
|
3590
3596
|
};
|
|
3591
|
-
v(yt, "type", yt.register("ESUeViewer",
|
|
3597
|
+
v(yt, "type", yt.register("ESUeViewer", br.type, yt));
|
|
3592
3598
|
let si = yt;
|
|
3593
3599
|
const mt = class mt extends I {
|
|
3594
3600
|
constructor(e, t) {
|
|
@@ -3598,7 +3604,7 @@ const mt = class mt extends I {
|
|
|
3598
3604
|
}
|
|
3599
3605
|
}
|
|
3600
3606
|
};
|
|
3601
|
-
v(mt, "type", mt.register("ESUeViewer",
|
|
3607
|
+
v(mt, "type", mt.register("ESUeViewer", Jr.type, mt));
|
|
3602
3608
|
let oi = mt;
|
|
3603
3609
|
const Ct = class Ct extends D {
|
|
3604
3610
|
constructor(e, t) {
|
|
@@ -3658,7 +3664,7 @@ const Ft = class Ft extends I {
|
|
|
3658
3664
|
console.warn("viewer is undefined!");
|
|
3659
3665
|
return;
|
|
3660
3666
|
}
|
|
3661
|
-
const r = this.ad(
|
|
3667
|
+
const r = this.ad(Je(""));
|
|
3662
3668
|
{
|
|
3663
3669
|
const o = () => {
|
|
3664
3670
|
if (typeof e.url == "string")
|
|
@@ -3815,7 +3821,7 @@ const Pt = class Pt extends M {
|
|
|
3815
3821
|
console.warn("viewer is undefined!");
|
|
3816
3822
|
return;
|
|
3817
3823
|
}
|
|
3818
|
-
const r = this.ad(
|
|
3824
|
+
const r = this.ad(Je(""));
|
|
3819
3825
|
{
|
|
3820
3826
|
const o = () => {
|
|
3821
3827
|
if (typeof e.url == "string")
|
|
@@ -3857,7 +3863,7 @@ const Pt = class Pt extends M {
|
|
|
3857
3863
|
};
|
|
3858
3864
|
v(Pt, "type", Pt.register("ESUeViewer", U.type, Pt));
|
|
3859
3865
|
let wi = Pt;
|
|
3860
|
-
const kt = class kt extends
|
|
3866
|
+
const kt = class kt extends J {
|
|
3861
3867
|
constructor(e, t) {
|
|
3862
3868
|
super(e, t), this.ad(new L(e.renderInUEChanged, () => e.renderInUE ? new Io(e, t) : new Fo(e, t)));
|
|
3863
3869
|
}
|
|
@@ -3898,7 +3904,7 @@ class Fo extends m {
|
|
|
3898
3904
|
const s = this._screenPosition, o = this.disposeVar(new He());
|
|
3899
3905
|
o.parentID = t.id, i.add(o), this.dispose(() => i.delete(o)), this.dispose(k([o, "allowPicking"], [t, "allowPicking"]));
|
|
3900
3906
|
{
|
|
3901
|
-
const u = this.disposeVar(
|
|
3907
|
+
const u = this.disposeVar(be()), a = () => {
|
|
3902
3908
|
t.show ? u.restart(void 0, async () => {
|
|
3903
3909
|
if (!t.position) return;
|
|
3904
3910
|
const g = await i.lonLatAltToScreenPosition(t.position);
|
|
@@ -4303,7 +4309,7 @@ const Ht = class Ht extends I {
|
|
|
4303
4309
|
};
|
|
4304
4310
|
v(Ht, "type", Ht.register("ESUeViewer", cn.type, Ht));
|
|
4305
4311
|
let ki = Ht;
|
|
4306
|
-
const
|
|
4312
|
+
const bt = class bt extends I {
|
|
4307
4313
|
constructor(e, t) {
|
|
4308
4314
|
if (super(e, t), !t.viewer) {
|
|
4309
4315
|
console.warn("viewer is undefined!");
|
|
@@ -4311,9 +4317,9 @@ const Jt = class Jt extends I {
|
|
|
4311
4317
|
}
|
|
4312
4318
|
}
|
|
4313
4319
|
};
|
|
4314
|
-
v(
|
|
4315
|
-
let Di =
|
|
4316
|
-
const
|
|
4320
|
+
v(bt, "type", bt.register("ESUeViewer", un.type, bt));
|
|
4321
|
+
let Di = bt;
|
|
4322
|
+
const Jt = class Jt extends D {
|
|
4317
4323
|
constructor(e, t) {
|
|
4318
4324
|
if (super(e, t), !t.viewer) {
|
|
4319
4325
|
console.warn("viewer is undefined!");
|
|
@@ -4321,8 +4327,8 @@ const bt = class bt extends D {
|
|
|
4321
4327
|
}
|
|
4322
4328
|
}
|
|
4323
4329
|
};
|
|
4324
|
-
v(
|
|
4325
|
-
let Bi =
|
|
4330
|
+
v(Jt, "type", Jt.register("ESUeViewer", hn.type, Jt));
|
|
4331
|
+
let Bi = Jt;
|
|
4326
4332
|
const Gt = class Gt extends Ue {
|
|
4327
4333
|
constructor(e, t) {
|
|
4328
4334
|
if (super(e, t), !t.viewer) {
|
|
@@ -4535,7 +4541,7 @@ const Vt = class Vt extends at {
|
|
|
4535
4541
|
}
|
|
4536
4542
|
};
|
|
4537
4543
|
v(Vt, "type", Vt.register("ESUeViewer", In.type, Vt));
|
|
4538
|
-
let
|
|
4544
|
+
let bi = Vt;
|
|
4539
4545
|
const Ot = class Ot extends M {
|
|
4540
4546
|
constructor(e, t) {
|
|
4541
4547
|
if (super(e, t), !t.viewer) {
|
|
@@ -4556,7 +4562,7 @@ const Ot = class Ot extends M {
|
|
|
4556
4562
|
}
|
|
4557
4563
|
};
|
|
4558
4564
|
v(Ot, "type", Ot.register("ESUeViewer", En.type, Ot));
|
|
4559
|
-
let
|
|
4565
|
+
let Ji = Ot;
|
|
4560
4566
|
const jt = class jt extends I {
|
|
4561
4567
|
constructor(e, t) {
|
|
4562
4568
|
if (super(e, t), !t.viewer) {
|
|
@@ -4669,7 +4675,7 @@ const qi = (l) => {
|
|
|
4669
4675
|
default:
|
|
4670
4676
|
return "未知错误";
|
|
4671
4677
|
}
|
|
4672
|
-
}, re = class re extends
|
|
4678
|
+
}, re = class re extends J {
|
|
4673
4679
|
constructor(e, t) {
|
|
4674
4680
|
super(e, t);
|
|
4675
4681
|
const i = t.viewer;
|
|
@@ -4916,7 +4922,7 @@ v(st, "type", st.register("ESUeViewer", Un.type, st)), v(st, "propValFuncs", {
|
|
|
4916
4922
|
info: (e) => JSON.stringify(e ?? {})
|
|
4917
4923
|
});
|
|
4918
4924
|
let er = st;
|
|
4919
|
-
const de = class de extends
|
|
4925
|
+
const de = class de extends J {
|
|
4920
4926
|
constructor(e, t) {
|
|
4921
4927
|
if (super(e, t), !t.viewer) {
|
|
4922
4928
|
console.warn("viewer is undefined!");
|
|
@@ -4932,7 +4938,7 @@ const de = class de extends b {
|
|
|
4932
4938
|
v(de, "type", de.register("ESUeViewer", Nn.type, de));
|
|
4933
4939
|
let ir = de;
|
|
4934
4940
|
E.context.getStrFromEnv(j.defaults.imgUrl);
|
|
4935
|
-
const le = class le extends
|
|
4941
|
+
const le = class le extends J {
|
|
4936
4942
|
constructor(e, t) {
|
|
4937
4943
|
if (super(e, t), !t.viewer) {
|
|
4938
4944
|
console.warn("viewer is undefined!");
|
|
@@ -5033,7 +5039,7 @@ async function So(l) {
|
|
|
5033
5039
|
console.log("复制失败");
|
|
5034
5040
|
});
|
|
5035
5041
|
}
|
|
5036
|
-
const ce = class ce extends
|
|
5042
|
+
const ce = class ce extends J {
|
|
5037
5043
|
constructor(e, t) {
|
|
5038
5044
|
if (super(e, t), !t.viewer) {
|
|
5039
5045
|
console.warn("viewer is undefined!");
|
|
@@ -5042,7 +5048,7 @@ const ce = class ce extends b {
|
|
|
5042
5048
|
const r = this.disposeVar(new He());
|
|
5043
5049
|
t.add(r), this.dispose(() => t.delete(r)), r.instanceClass = class extends m {
|
|
5044
5050
|
constructor(s, o, u) {
|
|
5045
|
-
if (super(), this._subContainer = s, !u || !(u instanceof
|
|
5051
|
+
if (super(), this._subContainer = s, !u || !(u instanceof b)) return;
|
|
5046
5052
|
const a = document.createElement("div");
|
|
5047
5053
|
this._subContainer.appendChild(a), this.dispose(() => this._subContainer.removeChild(a)), a.style.width = "100%", a.style.position = "absolute", a.style.height = `${A.defaults.height}px`, a.style.left = "0", a.style.bottom = "0", a.style.color = "#fff", a.style.padding = "0 20px 0 0", a.style.boxSizing = "border-box", a.style.lineHeight = `${A.defaults.height}px`, a.style.zIndex = "100", a.style.alignContent = "center", a.style.justifyContent = "space-between";
|
|
5048
5054
|
const g = document.createElement("span");
|
|
@@ -5180,7 +5186,7 @@ const he = class he extends at {
|
|
|
5180
5186
|
return this._es3DTileset;
|
|
5181
5187
|
}
|
|
5182
5188
|
};
|
|
5183
|
-
v(he, "type", he.register("ESUeViewer",
|
|
5189
|
+
v(he, "type", he.register("ESUeViewer", bn.type, he));
|
|
5184
5190
|
let ar = he;
|
|
5185
5191
|
const pe = class pe extends at {
|
|
5186
5192
|
constructor(e, t) {
|
|
@@ -5190,7 +5196,7 @@ const pe = class pe extends at {
|
|
|
5190
5196
|
}
|
|
5191
5197
|
}
|
|
5192
5198
|
};
|
|
5193
|
-
v(pe, "type", pe.register("ESUeViewer",
|
|
5199
|
+
v(pe, "type", pe.register("ESUeViewer", Jn.type, pe));
|
|
5194
5200
|
let dr = pe;
|
|
5195
5201
|
const ve = class ve extends $ {
|
|
5196
5202
|
constructor(e, t) {
|
|
@@ -5258,7 +5264,7 @@ const ge = class ge extends D {
|
|
|
5258
5264
|
v(ge, "type", ge.register("ESUeViewer", Kn.type, ge));
|
|
5259
5265
|
let ur = ge, Me;
|
|
5260
5266
|
try {
|
|
5261
|
-
const l = "earthsdk3-ue", e = "3.4.0-beta.
|
|
5267
|
+
const l = "earthsdk3-ue", e = "3.4.0-beta.6", t = "2025-09-03T08:05:29.000Z", i = "北京西部世界科技有限公司", r = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", n = "365f7587cfe6bd14a471b404f8874ab445518b66", o = ((Date.now() - 1756886729e3) / 36e5).toFixed(1), u = `%c🌏 ${l}%c ${e}.${n.slice(0, 8)}.${t} (距今${o}个小时)
|
|
5262
5268
|
%c${r ? r + `
|
|
5263
5269
|
` : ""}当前网站正在使用${l},此软件版权归${i}所有
|
|
5264
5270
|
`;
|
|
@@ -5272,7 +5278,7 @@ try {
|
|
|
5272
5278
|
},
|
|
5273
5279
|
// @ts-ignore
|
|
5274
5280
|
get gituri() {
|
|
5275
|
-
return GITURI_ && GITURI_.replace("${commitId}", "
|
|
5281
|
+
return GITURI_ && GITURI_.replace("${commitId}", "365f7587cfe6bd14a471b404f8874ab445518b66");
|
|
5276
5282
|
},
|
|
5277
5283
|
// @ts-ignore
|
|
5278
5284
|
get info() {
|
|
@@ -5280,7 +5286,7 @@ try {
|
|
|
5280
5286
|
},
|
|
5281
5287
|
// @ts-ignore
|
|
5282
5288
|
get date() {
|
|
5283
|
-
return "2025-09-
|
|
5289
|
+
return "2025-09-03T08:05:29.000Z";
|
|
5284
5290
|
},
|
|
5285
5291
|
// @ts-ignore
|
|
5286
5292
|
get author() {
|
|
@@ -5288,7 +5294,7 @@ try {
|
|
|
5288
5294
|
},
|
|
5289
5295
|
// @ts-ignore
|
|
5290
5296
|
get version() {
|
|
5291
|
-
return "3.4.0-beta.
|
|
5297
|
+
return "3.4.0-beta.6";
|
|
5292
5298
|
},
|
|
5293
5299
|
// @ts-ignore
|
|
5294
5300
|
get name() {
|
|
@@ -5296,7 +5302,7 @@ try {
|
|
|
5296
5302
|
},
|
|
5297
5303
|
// @ts-ignore
|
|
5298
5304
|
get commitId() {
|
|
5299
|
-
return "
|
|
5305
|
+
return "365f7587cfe6bd14a471b404f8874ab445518b66";
|
|
5300
5306
|
},
|
|
5301
5307
|
print(a = !1) {
|
|
5302
5308
|
!a && window._xe2_no_copy_print || console.info(
|
|
@@ -5327,7 +5333,7 @@ try {
|
|
|
5327
5333
|
} catch {
|
|
5328
5334
|
}
|
|
5329
5335
|
export {
|
|
5330
|
-
|
|
5336
|
+
b as ESUeViewer,
|
|
5331
5337
|
Io as GeoDivFromESImageLabel,
|
|
5332
5338
|
Fo as GeoDivFromESTextLabel,
|
|
5333
5339
|
os as HighlightFeatureAndFlyToCallFunc,
|
|
@@ -5395,9 +5401,9 @@ export {
|
|
|
5395
5401
|
zi as UeESPolygonFlattenedPlane,
|
|
5396
5402
|
Hi as UeESPolygonWithHole,
|
|
5397
5403
|
ar as UeESRtsFeatureEditing,
|
|
5398
|
-
|
|
5404
|
+
bi as UeESRtsTileset,
|
|
5399
5405
|
at as UeESSceneObject,
|
|
5400
|
-
|
|
5406
|
+
Ji as UeESSeparateFoliage,
|
|
5401
5407
|
ur as UeESSkylineAnalysis,
|
|
5402
5408
|
cr as UeESStaticMesh,
|
|
5403
5409
|
Gi as UeESSubmergingAnalysis,
|
|
@@ -5431,7 +5437,7 @@ export {
|
|
|
5431
5437
|
Is as getAllSocketNamesByActorTagCallFunc,
|
|
5432
5438
|
Ss as getBoundSphereCallFunc,
|
|
5433
5439
|
Ts as getBoundSphereWithChildrenCallFunc,
|
|
5434
|
-
|
|
5440
|
+
bs as getCameraRelativeHeightCallFunc,
|
|
5435
5441
|
Rs as getFillMaterialParamInfoCallFunc,
|
|
5436
5442
|
Ls as getGlobalPropertyCallFunc,
|
|
5437
5443
|
gs as getHeightByLonLatCallFunc,
|
|
@@ -5453,7 +5459,7 @@ export {
|
|
|
5453
5459
|
jn as refreshTilesetCallFunc,
|
|
5454
5460
|
Er as resetWithCurrentCameraCallFunc,
|
|
5455
5461
|
Ds as restoreOriginalSceneCallFunc,
|
|
5456
|
-
|
|
5462
|
+
Js as saveStringToFileCallFunc,
|
|
5457
5463
|
Ks as sendCustomMessageCallFunc,
|
|
5458
5464
|
hs as setGlobalPropertyCallFunc,
|
|
5459
5465
|
ls as setNodePositionCallFunc,
|