Skip to content

EquirectangularPanorama

EquirectangularPanorama displays imagery in equirectangular format as a panorama in the scene. It is added to the PrimitiveCollection of the Viewer or CesiumWidget.

Inside Viewer or CesiumWidget components.

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

N/A

N/A