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.
- package/dist/bruce-cesium.es5.js +2 -3
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +1 -2
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/utils/entity-utils.js +0 -1
- package/dist/lib/utils/entity-utils.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-cesium.umd.js
CHANGED
|
@@ -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.
|
|
22517
|
+
var VERSION = "3.7.3";
|
|
22519
22518
|
|
|
22520
22519
|
exports.VERSION = VERSION;
|
|
22521
22520
|
exports.CesiumParabola = CesiumParabola;
|