CubeMapPanorama
CubeMapPanorama displays imagery in cube map format as a panorama in the scene.
This is only supported in 3D. It is added to the PrimitiveCollection of the Viewer or CesiumWidget.
- Cesium element: CubeMapPanorama
- Example: CubeMapPanorama
Availability
Section titled “Availability”Inside Viewer or CesiumWidget components.
Properties
Section titled “Properties”Cesium properties
Section titled “Cesium properties”| Property | Type | Description |
|---|---|---|
| show | boolean | |
| sources | any |
Cesium read-only properties
Section titled “Cesium read-only properties”| Property | Type | Description |
|---|---|---|
| transform | Matrix3 | undefined | A 3x3 rotation matrix that defines the panorama’s orientation (use Matrix4.getMatrix3 to extract from a localFrameToFixedFrame transform). |
| 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
