创建投影视频
输入
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
videoPath | string | 是 | — | — |
position | string | 是 | 0.0, 0.0, 0.0 | — |
rotation | string | 是 | 0.0, -90.0, 90.0 | — |
scale | string | 是 | 1.0, 1.0, 1.0 | — |
intensity | string | 是 | 1 | — |
order | string | 是 | 0 | — |
调用
typescript
piclient.emit("gis.createProjectionVideo",{
videoPath: "",//视频路径
position: "0.0, 0.0, 0.0",//引擎坐标位置
rotation: "0.0, -90.0, 90.0",//朝向
scale: "1.0, 1.0, 1.0",//缩放
intensity: "1",
order: "0",
})