Skip to main content

Panorama Effects

Function Description

Panoramic special effect (PanoEffect) refers to performing some special effects in the panoramic walk mode of the 3D space.

info

currently only supports measurement length.For example, mark the width of the window in a panorama mode.

Effect Display

Field description

  • effect: PaneEffectType of PaneEffectEnum.
    • PanoEffectEnum.Distance: distance between two points.
  • two-Vertexs: 3D arrays of two points in space.
info

Specific content parameter types can be seen Vreo API document.

全景特效类型数据样例
{
"uuid": "cbd4326c-3cb1-411e-348a-55a6fa42d6d0",
"type": "PanoEffect",
"start": 3578,
"end": 25939,
"parsed": false,
"data": {
"twoVertexs": [
{
"x": -3.216338116298317,
"y": 1.221307932920801,
"z": -3.991326093673706
},
{
"x": -3.178751302976147,
"y": 0.09148991767376025,
"z": -3.991326093673706
}
],
"effect": "Distance"
}
}