gs-bim-air 1.6.1-beta.63 → 1.6.1-beta.65
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/README.md +13 -0
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +23 -13
- package/lib/BimAir.css +144 -144
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +23 -13
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +23 -13
- package/lib/undefined.gzundefined +0 -0
- package/package.json +1 -1
- package/public/js/longan/longan.js +6058 -6058
- package/public/js/longan/longan.wasm +0 -0
- package/public/js/models/worker.gsz +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
## BIMAir 更新日志
|
|
2
2
|
|
|
3
|
+
### 1.6.1-beta.65
|
|
4
|
+
|
|
5
|
+
> 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
|
|
6
|
+
|
|
7
|
+
- feat: 更新障碍模式逻辑
|
|
8
|
+
- feat: 第三人称漫游整合骨骼动画.
|
|
9
|
+
- fix: 面积和体积 object 反序列化取消实时计算,防止页面卡死,但以前的测量结果无效
|
|
10
|
+
- fix: 更新内核修复测量体积出错
|
|
11
|
+
|
|
12
|
+
### 1.6.1-beta.64
|
|
13
|
+
|
|
14
|
+
- fix: 修改作用域错误指向 this 导致碰撞出错问题
|
|
15
|
+
|
|
3
16
|
### 1.6.1-beta.63
|
|
4
17
|
|
|
5
18
|
feat: 增加剖切 cae 分析模型生成剖面图片接口
|