gs-bim-air 1.6.1-beta.70 → 1.6.1-beta.71
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 +9 -0
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +6 -6
- package/lib/BimAir.css +147 -147
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +6 -6
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +6 -6
- package/lib/undefined.gzundefined +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
## BIMAir 更新日志
|
|
2
2
|
|
|
3
|
+
### 1.6.1-beta.71
|
|
4
|
+
|
|
5
|
+
- fix: 修改高程剖切面板样式
|
|
6
|
+
- fix: 修复重力和障碍模式下漫游速度限制失效问题
|
|
7
|
+
- fix: 修复元素剖切后隐藏剖切面进行第二次剖切报错的问题
|
|
8
|
+
- fix: 修复面积测量保存后,恢复视点面积变为 0
|
|
9
|
+
|
|
3
10
|
### 1.6.1-beta.70
|
|
4
11
|
|
|
12
|
+
> 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
|
|
13
|
+
|
|
5
14
|
- fix: 更新 wasm 修复透明和隔离关系错乱问题
|
|
6
15
|
- feat: 漫游的重力和障碍模式限制最高速度为 8
|
|
7
16
|
- feat: 保证最坏情况下是 50 帧/秒进行重力和障碍检测,防止检测时由于系统帧率过低,物体出现穿透从而检测结果不正确的问题;
|