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.
@@ -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[MODEL_SPACE_FLAG] == true)) {
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[MODEL_SPACE_FLAG] == true)) {
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.6";
33416
+ const VERSION = "6.0.8";
33417
33417
 
33418
33418
  exports.VERSION = VERSION;
33419
33419
  exports.isOutlineChanged = isOutlineChanged;