Skip to main content
Documentation

Panorama Tag

Display timed text or image tags in Five SDK panorama mode with Vreo.

Overview

Panorama Tag ( PanoTag ) displays tag content such as text, images, and videos while walking through a Realsee 3D panorama. When a panorama tag appears, it plays a growth animation.

External Example

The external example contains audio. Open it in an appropriate setting.

Open the Vreo example in CodeSandbox

Field Reference

  • type: The type of the panorama tag, an enum of type PanoTagEnum.
    • PanoTagEnum.Text: The tag displays text content.
    • PanoTagEnum.Image: The tag displays an image.
  • text: A string, optional. When the type is text, provide the text content here.
  • vertex: The 3D coordinate of the tag within the panorama walkthrough.
  • imgUrl: A string, optional. When the type is image, provide the image resource URL.

Info

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

{
  "uuid": "aa8fba91-58e3-4572-94c0-2c399f324266",
  "type": "PanoTag",
  "start": 8000,
  "end": 10500,
  "parsed": false,
  "data": {
    "text": "12-hour warming tray",
    "vertex": {
      "x": -0.8666686085208133,
      "y": 0.8402865638657824,
      "z": -3.817708370830488
    },
    "type": "Text"
  }
}