EquirectangularPanorama
EquirectangularPanorama displays imagery in equirectangular format as a panorama in the scene.
It is added to the PrimitiveCollection of the Viewer or CesiumWidget.
- Cesium element: EquirectangularPanorama
- Example: EquirectangularPanorama
Availability
Section titled “Availability”Inside Viewer or CesiumWidget components.
Properties
Section titled “Properties”Cesium properties
Section titled “Cesium properties”| Property | Type | Description |
|---|---|---|
| show | boolean |
Cesium read-only properties
Section titled “Cesium read-only properties”| Property | Type | Description |
|---|---|---|
| transform | Matrix4 | A 4x4 transformation matrix that defines the panorama’s position and orientation. |
| image | string | HTMLImageElement | HTMLCanvasElement | ImageBitmap | A URL to an image resource, or a preloaded image object. |
| radius | number | undefined | The radius of the panorama in meters. Defaults to 100000.0. |
| repeatHorizontal | number | undefined | The number of times to repeat the texture horizontally. Defaults to 1.0. |
| repeatVertical | number | undefined | The number of times to repeat the texture vertically. Defaults to 1.0. |
| credit | string | Credit | undefined | A credit for the panorama, which is displayed on the canvas. |
Cesium events
Section titled “Cesium events”N/A
Other properties
Section titled “Other properties”N/A
