Skip to main content

Panorama

Function Description

Panorama sketch (UpdateVRPanorama) panorama mode allows you to dynamically modify the panorama image of a point position.

Field description

  • panoIndex: type number@@0, need to change the point of the panorama image.
  • images: Replace panorama data.
info

Specific content parameter types can be seen Vreo API document.

全景换图类型数据样例
{
"uuid": "ec1b66fe-0b48-430a-c6d1-b5970885cd34",
"type": "UpdateVRPanorama",
"start": 37469,
"end": 46195,
"parsed": false,
"data": {
"panoIndex": 14,
"images": {
"up": "//***/xxx.jpg",
"down": "//***/xxx.jpg",
"right": "//***/xxx.jpg",
"left": "//***/xxx.jpg",
"front": "//***/xxx.jpg",
"back": "//***/xxx.jpg"
}
}
}