@realsee/dnalogel 3.74.3 → 3.74.4-alpha.0

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/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # CHANGELOG
2
+
3
+ ## 3.74.4
4
+
5
+ - fix(panoTagPlugins): 沙盘下错误的多做了一次坐标转换
6
+
2
7
  ## 3.74.3
3
8
 
4
9
  - feat(panoTagPlugins): infive为0时,opacity不会受到modelOpacity的影响
@@ -6,6 +6,7 @@ export interface ShowState {
6
6
  fov?: number;
7
7
  mode: Mode;
8
8
  offset?: THREE.Vector3;
9
+ distance?: number;
9
10
  }
10
11
  /** 判断当前状态是否可以展示户型图 */
11
12
  export declare function checkShowState(five: Five, showState: ShowState): boolean;