@realsee/dnalogel 3.53.0 → 3.53.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
1
  # CHANGELOG
2
+ ## 3.53.2
3
+ - fix(GuildLinePlugin): 修复 load 后立即获取 item.modelItem 或 item.panoramaItem 的 visible 不正确的问题。
4
+
5
+ ## 3.53.1
6
+ - fix(Util.FivePuppet): 修复 `FivePuppet` 的 `destory` 清除不完全的问题。
7
+
2
8
  ## 3.53.0
3
9
  - feat(Util): 新增 `Util.FivePuppet`
4
10
 
@@ -32,6 +32,7 @@ declare class GuideLineModeItem {
32
32
  readonly group: THREE.Group;
33
33
  readonly meshWithDepthTest: THREE.Mesh<THREE.BufferGeometry, THREE.ShaderMaterial>;
34
34
  readonly meshWithoutDepthTest: THREE.Mesh<THREE.BufferGeometry, THREE.ShaderMaterial>;
35
+ visible: boolean | null;
35
36
  private five;
36
37
  private mode;
37
38
  private _curvePath;
@@ -43,7 +44,6 @@ declare class GuideLineModeItem {
43
44
  private width;
44
45
  private unitLength;
45
46
  private _visibleFloorIndexes;
46
- private visible;
47
47
  /** Five Mode 是否满足 */
48
48
  private modeVisible;
49
49
  /** 楼层是否满足展示条件 */