Skip to content

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.

Inside Viewer or CesiumWidget components.

Property Type Description
show boolean
sources any
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.

N/A

N/A