Photo Sphere Viewer
Main documentation
GitHub
Preparing search index...
Core
PanoData
Type Alias PanoData
Crop information of an equirectangular panorama
type
PanoData
=
{
croppedHeight
?:
number
;
croppedWidth
?:
number
;
croppedX
:
number
;
croppedY
:
number
;
fullHeight
?:
number
;
fullWidth
:
number
;
initialFov
?:
number
;
initialHeading
?:
number
;
initialPitch
?:
number
;
isEquirectangular
?:
true
;
poseHeading
?:
number
;
posePitch
?:
number
;
poseRoll
?:
number
;
}
Index
Properties
cropped
Height?
cropped
Width?
croppedX
croppedY
full
Height?
full
Width
initial
Fov?
initial
Heading?
initial
Pitch?
is
Equirectangular?
pose
Heading?
pose
Pitch?
pose
Roll?
Properties
Optional
cropped
Height
croppedHeight
?:
number
Optional
cropped
Width
croppedWidth
?:
number
croppedX
croppedX
:
number
croppedY
croppedY
:
number
Optional
full
Height
fullHeight
?:
number
full
Width
fullWidth
:
number
Optional
initial
Fov
initialFov
?:
number
Optional
initial
Heading
initialHeading
?:
number
Optional
initial
Pitch
initialPitch
?:
number
Optional
is
Equirectangular
isEquirectangular
?:
true
Optional
pose
Heading
poseHeading
?:
number
Optional
pose
Pitch
posePitch
?:
number
Optional
pose
Roll
poseRoll
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cropped
Height
cropped
Width
croppedX
croppedY
full
Height
full
Width
initial
Fov
initial
Heading
initial
Pitch
is
Equirectangular
pose
Heading
pose
Pitch
pose
Roll
Main documentation
GitHub
Photo Sphere Viewer
Loading...
Crop information of an equirectangular panorama