@poor-knight/cesium-utils 0.4.7 → 0.4.8

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.
@@ -5948,8 +5948,8 @@ class ShipLayer extends EventEmitter {
5948
5948
  color: y,
5949
5949
  isMoving: c > this.IS_MOVING_THRESHOLD,
5950
5950
  ...d,
5951
- designBeam: (d == null ? void 0 : d.designBeam) ?? 8,
5952
- designLength: (d == null ? void 0 : d.designLength) ?? 20
5951
+ designBeam: h,
5952
+ designLength: a
5953
5953
  });
5954
5954
  o.plane = new Cesium.PlaneGraphics({
5955
5955
  plane: new Cesium.Plane(Cesium.Cartesian3.UNIT_Z, 0),