bruce-models 2.4.0 → 2.4.2

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.
@@ -8940,7 +8940,7 @@ var MenuItem;
8940
8940
  CameraZoomSettings: [
8941
8941
  {
8942
8942
  DisplayType: ZoomControl.EDisplayType.Model3D,
8943
- MaxZoom: 8000,
8943
+ MaxZoom: 1000000,
8944
8944
  MinZoom: 0,
8945
8945
  StyleID: styleId
8946
8946
  }
@@ -8959,7 +8959,7 @@ var MenuItem;
8959
8959
  CameraZoomSettings: [
8960
8960
  {
8961
8961
  DisplayType: ZoomControl.EDisplayType.Model3D,
8962
- MaxZoom: 8000,
8962
+ MaxZoom: 100000,
8963
8963
  MinZoom: 0,
8964
8964
  StyleID: styleId
8965
8965
  }