Skip to main content
Documentation

Panorama Image Replacement

Replace panorama imagery at a selected point during Vreo playback.

Overview

Panorama Image Replacement ( UpdateVRPanorama ) lets you dynamically replace the panorama image of a given point while in panorama mode.

Field Reference

  • panoIndex: A number indicating the point whose panorama image is to be replaced.
  • images: The replacement panorama texture data.

Info

For the detailed parameter types, see the Vreo API documentation.

{
  "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"
    }
  }
}