gs-bim-air 0.0.3-0.29 → 0.0.3-0.30
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/READMEBETA.md +5 -1
- package/docs/classes/PathRoam.md +5 -3
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +8 -8
- package/lib/BimAir.css +403 -403
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +8 -8
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +8 -8
- package/lib/undefined.gzundefined +0 -0
- package/package.json +1 -1
- package/public/js/longan/longan.js +408 -404
- package/public/js/longan/longan.wasm +0 -0
package/READMEBETA.md
CHANGED
|
@@ -279,7 +279,7 @@ let points = [
|
|
|
279
279
|
[
|
|
280
280
|
380416.0671187355,
|
|
281
281
|
38786.28087566431,
|
|
282
|
-
|
|
282
|
+
4155.782292435952,
|
|
283
283
|
]
|
|
284
284
|
[ 380730.74617450393,
|
|
285
285
|
38801.12997364584,
|
|
@@ -317,3 +317,7 @@ let targets = [
|
|
|
317
317
|
viewer.animationManager.pathRoam.run([animationId]);
|
|
318
318
|
}, 6000);
|
|
319
319
|
```
|
|
320
|
+
|
|
321
|
+
### 0.0.30.30
|
|
322
|
+
|
|
323
|
+
- 修复碰撞功能添加碰撞的弹框结构树消失问题
|
package/docs/classes/PathRoam.md
CHANGED
|
@@ -142,11 +142,13 @@ ___
|
|
|
142
142
|
|
|
143
143
|
▸ **restartAnime**(`id`): `void`
|
|
144
144
|
|
|
145
|
+
从头播放某段动画.
|
|
146
|
+
|
|
145
147
|
#### Parameters
|
|
146
148
|
|
|
147
|
-
| Name | Type |
|
|
148
|
-
| :------ | :------ |
|
|
149
|
-
| `id` | `string` |
|
|
149
|
+
| Name | Type |
|
|
150
|
+
| :------ | :------ |
|
|
151
|
+
| `id` | `string` |
|
|
150
152
|
|
|
151
153
|
#### Returns
|
|
152
154
|
|