bruce-cesium 6.0.6 → 6.0.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.
- package/dist/bruce-cesium.es5.js +4 -4
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +3 -3
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/view-render-engine.js +2 -2
- package/dist/lib/rendering/view-render-engine.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +2 -2
package/dist/bruce-cesium.umd.js
CHANGED
|
@@ -26999,7 +26999,7 @@
|
|
|
26999
26999
|
(contentType == BModels.ProjectViewBookmark.EContentType.WEB_3D_MODEL_SPACE) ||
|
|
27000
27000
|
// Moving away from model-space.
|
|
27001
27001
|
// @ts-expect-error
|
|
27002
|
-
(contentType != BModels.ProjectViewBookmark.EContentType.WEB_3D_MODEL_SPACE && viewer
|
|
27002
|
+
(contentType != BModels.ProjectViewBookmark.EContentType.WEB_3D_MODEL_SPACE && exports.ViewUtils.GetModelSpace(viewer))) {
|
|
27003
27003
|
const cameraPos3d = viewer.camera.position;
|
|
27004
27004
|
if (!cameraPos3d || (cameraPos3d.x == 0 && cameraPos3d.y == 0 && cameraPos3d.z == 0)) {
|
|
27005
27005
|
transition = 0;
|
|
@@ -27618,7 +27618,7 @@
|
|
|
27618
27618
|
(contentType == BModels.ProjectViewBookmark.EContentType.WEB_3D_MODEL_SPACE) ||
|
|
27619
27619
|
// Moving away from model-space.
|
|
27620
27620
|
// @ts-expect-error
|
|
27621
|
-
(contentType != BModels.ProjectViewBookmark.EContentType.WEB_3D_MODEL_SPACE && viewer
|
|
27621
|
+
(contentType != BModels.ProjectViewBookmark.EContentType.WEB_3D_MODEL_SPACE && exports.ViewUtils.GetModelSpace(viewer))) {
|
|
27622
27622
|
const cameraPos3d = viewer.camera.position;
|
|
27623
27623
|
if (!cameraPos3d || (cameraPos3d.x == 0 && cameraPos3d.y == 0 && cameraPos3d.z == 0)) {
|
|
27624
27624
|
transition = 0;
|
|
@@ -33413,7 +33413,7 @@
|
|
|
33413
33413
|
}
|
|
33414
33414
|
}
|
|
33415
33415
|
|
|
33416
|
-
const VERSION = "6.0.
|
|
33416
|
+
const VERSION = "6.0.8";
|
|
33417
33417
|
|
|
33418
33418
|
exports.VERSION = VERSION;
|
|
33419
33419
|
exports.isOutlineChanged = isOutlineChanged;
|