![]()
A Media item displays an image, panorama, or video at a specific location in the scene. Media items can be used to embed site photographs, orientated images, 360° panoramas, or photo spheres into a point cloud scene.
When Orientated Image is selected, transform controls become available:
Expanding a media item shows:
| Option | Description |
|---|---|
| Edit Name | Rename the item. |
| Move To | Move the camera to frame the media item. |
| Remove Item | Delete the item from the scene. |
The following keys can be set in the scene node metadata to configure media items programmatically.
| Key | Type | Description |
|---|---|---|
imagetype | string | Display type: standard, orientated, panorama, photosphere, or screen. |
imagesize | string | Display size hint: standard, small, or large. |
reloadRate | double | Image refresh interval in seconds (0 = no refresh). |
transparency | double | Image transparency (0.0 = transparent, 1.0 = opaque). |
transform.rotation.y | double | Yaw rotation in degrees (orientated image). |
transform.rotation.p | double | Pitch rotation in degrees (orientated image). |
transform.rotation.r | double | Roll rotation in degrees (orientated image). |
transform.scale | double | Uniform scale factor. |
gpstime | double | GPS timestamp of the image capture. |
gpsstatus | int | GPS fix status code. |
thumb | string | Base64-encoded thumbnail image data. |