chbim-plugins 0.0.108 → 0.0.110
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 +2 -2
- package/chbim-plugins.js +3653 -3652
- package/chbim-plugins.umd.cjs +2 -2
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -251,8 +251,8 @@ window.bimModel.add(id,fn).then((e) => {
|
|
|
251
251
|
##### init( viewPoints, savePoint, option )初始化漫游
|
|
252
252
|
|
|
253
253
|
| 类参数名 | 类型 | 默认参数 | 描述 |
|
|
254
|
-
| ---------- | -------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
255
|
-
| viewPoints | Array | [] | 漫游路径的点集,每个点是一个对象{lng: 0, lat: 0, alt: 0} |
|
|
254
|
+
| ---------- | -------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
255
|
+
| viewPoints | Array | [] | 漫游路径的点集,每个点是一个对象{lng: 0, lat: 0, alt: 0} |
|
|
256
256
|
| savePoint | Function | null | 新增点的回调函数 |
|
|
257
257
|
| option | Object | { } | 漫游配置项 followedX:距离视角的距离, followedZ:距离视角垂直高度,smooth:平衡值使漫游转角顺滑, speed:飞行速度 ,Viewovalue:类型 (1:第一人称 2:跟随 3:俯视) |
|
|
258
258
|
|