zywlgis 0.5.21 → 0.5.22

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.
@@ -161522,7 +161522,7 @@ class yWe {
161522
161522
  if (this.visible_ && this.data_.hasOwnProperty("symbol") && Array.isArray(t) && t.length) {
161523
161523
  this.modelInstance_ || (this.modelInstance_ = new Sne(this.containerID_));
161524
161524
  let i = this.data_.symbol, n = {
161525
- url: "./models/uav.glb",
161525
+ url: getModelBase64("uav.glb"),
161526
161526
  minimumPixelSize: 80,
161527
161527
  maximumScale: 30
161528
161528
  };
@@ -161567,7 +161567,7 @@ class yWe {
161567
161567
  });
161568
161568
  else {
161569
161569
  const h = this.data_?.multiplier ?? 1;
161570
- this.initialMultiplier_ || (this.initialMultiplier_ = le.cloneDeep(e.clock.multiplier)), e.clock.multiplier = h, n.url = "./models/uavCorrect.glb";
161570
+ this.initialMultiplier_ || (this.initialMultiplier_ = le.cloneDeep(e.clock.multiplier)), e.clock.multiplier = h, n.url = getModelBase64("uavCorrect.glb");
161571
161571
  const c = this.data_?.play ?? !0;
161572
161572
  if (!this.sampledPosition_) {
161573
161573
  this.sampledPosition_ = new Cesium.SampledPositionProperty();
@@ -175262,7 +175262,7 @@ class hN {
175262
175262
  i === 0 ? (n = "ArrowX", s = "SphereX") : i === 1 ? (n = "ArrowY", s = "SphereY") : i === 2 && (n = "ArrowZ", s = "SphereZ");
175263
175263
  let a = 1, o = Cesium.Color.WHITE;
175264
175264
  Cesium.Model.fromGltfAsync({
175265
- url: `./models/${n}.glb`,
175265
+ url: getModelBase64(`${n}.glb`),
175266
175266
  // 模型文件路径
175267
175267
  id: this.ID_ + `-&-ZYWL-&-Axis-${n}`,
175268
175268
  // 模型唯一ID
@@ -175287,7 +175287,7 @@ class hN {
175287
175287
  model: h
175288
175288
  });
175289
175289
  }), Cesium.Model.fromGltfAsync({
175290
- url: `./models/${s}.glb`,
175290
+ url: getModelBase64(`${s}.glb`),
175291
175291
  id: this.ID_ + `-&-ZYWL-&-Axis-${s}`,
175292
175292
  show: this.visible_,
175293
175293
  modelMatrix: e,
@@ -175597,7 +175597,7 @@ class hN {
175597
175597
  this.center_,
175598
175598
  Cesium.HeadingPitchRoll.fromDegrees(0, 0, 180)
175599
175599
  ), Cesium.Model.fromGltfAsync({
175600
- url: "./models/ArrowY.glb",
175600
+ url: getModelBase64("ArrowY.glb"),
175601
175601
  id: this.ID_ + `-&-ZYWL-&-Axis-${i}`,
175602
175602
  show: this.visible_,
175603
175603
  modelMatrix: n,