gs-bim-air 1.6.1-beta.44 → 1.6.1-beta.48
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 +38 -2
- package/docs/interfaces/ViewerOptions.md +17 -0
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +14 -14
- package/lib/BimAir.css +46 -50
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +14 -14
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +14 -14
- package/lib/undefined.gzundefined +0 -0
- package/package.json +1 -1
- package/public/js/longan/longan.js +6015 -6009
- package/public/js/longan/longan.wasm +0 -0
- package/public/js/longanWithoutShareArrayBuffer/longan.js +1 -1
- package/public/js/longanWithoutShareArrayBuffer/longan.wasm +0 -0
- package/public/js/longan/longan/longan.js +0 -6009
- package/public/js/longan/longan/longan.wasm +0 -0
- package/public/js/longan/longan/longan.worker.js +0 -176
- package/public/js/longan/longanWithoutShareArrayBuffer/longan.js +0 -1
- package/public/js/longan/longanWithoutShareArrayBuffer/longan.wasm +0 -0
- package/public/js/longan.zip +0 -0
package/README.md
CHANGED
|
@@ -1,17 +1,53 @@
|
|
|
1
1
|
## 更新日志
|
|
2
|
+
|
|
3
|
+
### 1.6.1-beta.48
|
|
4
|
+
|
|
5
|
+
> 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
|
|
6
|
+
|
|
7
|
+
- fix: 更新 wasm,修改苹果电脑 m1 芯片无法显示模型问题
|
|
8
|
+
- fix: 修复 selectionManager.selectedPos 数据出错问题
|
|
9
|
+
- fix: 修复小地图初始化时相机图标不在正确位置上的问题
|
|
10
|
+
|
|
11
|
+
### 1.6.1-beta.46
|
|
12
|
+
|
|
13
|
+
- feat: 添加域名判断函数
|
|
14
|
+
- feat: 反转贴图大小 值越大贴图越大
|
|
15
|
+
- feat: 水面的缩放修复
|
|
16
|
+
|
|
17
|
+
### 1.6.1-beta.45
|
|
18
|
+
|
|
19
|
+
- feat: 添加面板样式配置,使用方式如下:
|
|
20
|
+
|
|
21
|
+
```js
|
|
22
|
+
options:{
|
|
23
|
+
styles: {
|
|
24
|
+
panel: {
|
|
25
|
+
opacity: 0.95,
|
|
26
|
+
background: "#1b1c24",
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
}
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
fix: fix: 修复小地图功能镜头图标不跟随的问题
|
|
35
|
+
|
|
2
36
|
### 1.6.1-beta.44
|
|
37
|
+
|
|
3
38
|
- feat: 平面投影命令添加加载动画
|
|
4
|
-
|
|
39
|
+
|
|
5
40
|
### 1.6.1-beta.43
|
|
6
41
|
|
|
7
42
|
> 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
|
|
8
43
|
|
|
9
44
|
- feat: 添加投影平面功能
|
|
45
|
+
|
|
10
46
|
---
|
|
47
|
+
|
|
11
48
|
- fix: 图片透明通道与透明度合并,修复无法修改贴图透明度问题
|
|
12
49
|
- fix: 修复水面贴图效果闪光问题,添加水面贴图默认放缩为[1,1]
|
|
13
50
|
|
|
14
|
-
|
|
15
51
|
### 1.6.1-beta.42
|
|
16
52
|
|
|
17
53
|
> 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
- [isShowLoading](ViewerOptions.md#isshowloading)
|
|
16
16
|
- [modelService](ViewerOptions.md#modelservice)
|
|
17
17
|
- [renderingOptions](ViewerOptions.md#renderingoptions)
|
|
18
|
+
- [styles](ViewerOptions.md#styles)
|
|
18
19
|
- [tag](ViewerOptions.md#tag)
|
|
19
20
|
- [toolbarVisible](ViewerOptions.md#toolbarvisible)
|
|
20
21
|
- [viewerType](ViewerOptions.md#viewertype)
|
|
@@ -144,6 +145,22 @@ ___
|
|
|
144
145
|
|
|
145
146
|
___
|
|
146
147
|
|
|
148
|
+
### styles
|
|
149
|
+
|
|
150
|
+
• `Optional` **styles**: `Object`
|
|
151
|
+
|
|
152
|
+
样式设置
|
|
153
|
+
|
|
154
|
+
#### Type declaration
|
|
155
|
+
|
|
156
|
+
| Name | Type |
|
|
157
|
+
| :------ | :------ |
|
|
158
|
+
| `panel?` | { `background?`: `string` ; `opacity?`: `number` } |
|
|
159
|
+
| `panel.background?` | `string` |
|
|
160
|
+
| `panel.opacity?` | `number` |
|
|
161
|
+
|
|
162
|
+
___
|
|
163
|
+
|
|
147
164
|
### tag
|
|
148
165
|
|
|
149
166
|
• `Optional` **tag**: `string`
|