gs-bim-air 0.1.3-0.20 → 0.1.3-0.22
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/READMEBETA2.md +15 -0
- package/docs/classes/ViewPointPanel.md +1 -1
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +3 -3
- package/lib/BimAir.css +120 -120
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +3 -3
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +3 -3
- package/lib/undefined.gzundefined +0 -0
- package/package.json +1 -1
- package/public/js/longan/longan.js +487 -468
- package/public/js/longan/longan.wasm +0 -0
package/READMEBETA2.md
CHANGED
|
@@ -138,3 +138,18 @@ this.viewer.panelManager.collisionPanel
|
|
|
138
138
|
|
|
139
139
|
- 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
|
|
140
140
|
- 添加清除模型数据缓存的接口:viewer.clearCache()
|
|
141
|
+
|
|
142
|
+
### 0.1.30.20
|
|
143
|
+
|
|
144
|
+
- viewer.loadLocalModel 不自动设置视角
|
|
145
|
+
- 结构树节点 isShow 设 false 后隐藏勾选框
|
|
146
|
+
|
|
147
|
+
### 0.1.30.21
|
|
148
|
+
|
|
149
|
+
- 重新打包更新
|
|
150
|
+
- 修复临时对象管理器 BUG 导致无法设置颜色
|
|
151
|
+
- 修复加载本地模型在结构树显示节点问题
|
|
152
|
+
|
|
153
|
+
### 0.1.30.22
|
|
154
|
+
|
|
155
|
+
- 修复 segmentObject.nodeKey 报错
|