gs-bim-air 1.6.1-beta.16 → 1.6.1-beta.18
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 +12 -0
- package/docs/README.md +1 -0
- package/docs/classes/Longan.Color.md +877 -0
- package/docs/classes/Longan.Condition.md +90 -0
- package/docs/classes/Longan.Diagnosis.md +69 -0
- package/docs/classes/Longan.DriverOptions.md +56 -0
- package/docs/classes/Longan.HeuristicOptions.md +356 -0
- package/docs/classes/Longan.LonganCore.Viewer.md +3 -3
- package/docs/classes/Longan.ModellingMatrix.md +107 -0
- package/docs/classes/Longan.Property.md +253 -0
- package/docs/classes/Longan.RenderingOptions.md +1630 -0
- package/docs/classes/Longan.Segment.md +30 -30
- package/docs/classes/Longan.Selectability.md +398 -0
- package/docs/classes/Longan.Shell.md +4 -4
- package/docs/classes/Longan.Text.md +199 -0
- package/docs/classes/Longan.Viewer.md +3 -3
- package/docs/classes/Longan.Viewport.md +57 -0
- package/docs/classes/Longan.Visibility.md +458 -0
- package/docs/classes/SDK.Model.md +166 -0
- package/docs/classes/Viewer.md +3 -3
- package/docs/enums/Longan.AlphaTextureBlendingType.md +24 -0
- package/docs/enums/Longan.CylinderCap.md +38 -0
- package/docs/enums/Longan.DynamicMemoryType.md +31 -0
- package/docs/enums/Longan.ImagePixelFormat.md +24 -0
- package/docs/enums/Longan.SelectabilityType.md +31 -0
- package/docs/enums/Longan.UvType.md +24 -0
- package/docs/modules/Longan.md +18 -0
- package/docs/modules/SDK.md +9 -0
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +6 -6
- package/lib/BimAir.css +129 -129
- 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,5 +1,17 @@
|
|
|
1
1
|
## 更新日志
|
|
2
2
|
|
|
3
|
+
### 1.6.1-beta.18
|
|
4
|
+
|
|
5
|
+
- fix: 修复模型截取最后一个点没处理的问题
|
|
6
|
+
|
|
7
|
+
### 1.6.1-beta.17
|
|
8
|
+
|
|
9
|
+
> Longan 更新为 v1.6.1-beta.14
|
|
10
|
+
|
|
11
|
+
- fix: 修复模型截取起点值为 0 时报错
|
|
12
|
+
- fix: 修复 onMouseWheel 没有执行 updateDisplay,导致拖动鼠标后几何消失无法重新加载的问题
|
|
13
|
+
- docs: 导出 SDK 文档,导出模型截取文档,导出 Segment 相关类文档
|
|
14
|
+
|
|
3
15
|
### 1.6.1-beta.16
|
|
4
16
|
|
|
5
17
|
> Longan 更新为 v1.6.1-beta.13
|