bruce-cesium 3.7.2 → 3.7.3

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.
@@ -2574,7 +2574,6 @@
2574
2574
  if (isNaN(roll)) {
2575
2575
  roll = 0;
2576
2576
  }
2577
- console.log(tSettings, entity);
2578
2577
  matrix4 = entity.worldPosition;
2579
2578
  offset = new Cesium.Cartesian3(+matrix4[0][3], +matrix4[1][3], +matrix4[2][3]);
2580
2579
  if (entity.worldPivot) //the position from worldMatrix + center of geometry offset
@@ -22515,7 +22514,7 @@
22515
22514
  ViewRenderEngine.Render = Render;
22516
22515
  })(exports.ViewRenderEngine || (exports.ViewRenderEngine = {}));
22517
22516
 
22518
- var VERSION = "3.7.2";
22517
+ var VERSION = "3.7.3";
22519
22518
 
22520
22519
  exports.VERSION = VERSION;
22521
22520
  exports.CesiumParabola = CesiumParabola;