gs-bim-air 1.6.1-beta.29 → 1.6.1-beta.32

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  ## 更新日志
2
2
 
3
+ ### 1.6.1-beta.32
4
+
5
+ > 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
6
+ >
7
+ > Longan 更新为 v1.6.1-beta.21
8
+
9
+ - fix: 修复双屏情况下加载相同贴图出错的问题
10
+ - fix: 修复 command 冲突出错问题
11
+
12
+ ### ~~1.6.1-beta.31~~
13
+
14
+ ### 1.6.1-beta.30
15
+
16
+ - fix: 修复截取面法向错误
17
+ - fix: 添加文档导出
18
+ - fix: 修复 plane 无法选中高亮问题
19
+ - fix: Geometry.Plane.md 的 addLocalPlane 接口添加参数说明
20
+
3
21
  ### 1.6.1-beta.29
4
22
 
5
23
  - feat: 添加面选取和面展示的接口和 demo
package/docs/README.md CHANGED
@@ -7,6 +7,7 @@ gs-bim-air
7
7
  ### Namespaces
8
8
 
9
9
  - [Animation](modules/Animation.md)
10
+ - [Command](modules/Command.md)
10
11
  - [Geometry](modules/Geometry.md)
11
12
  - [Longan](modules/Longan.md)
12
13
  - [SDK](modules/SDK.md)
@@ -21,7 +22,6 @@ gs-bim-air
21
22
  - [AnimationManager](classes/AnimationManager.md)
22
23
  - [BoreholeObjects](classes/BoreholeObjects.md)
23
24
  - [Camera](classes/Camera.md)
24
- - [Command](classes/Command.md)
25
25
  - [ComponentManager](classes/ComponentManager.md)
26
26
  - [ComponentSelector](classes/ComponentSelector.md)
27
27
  - [DataManagerBase](classes/DataManagerBase.md)