Photo Sphere Viewer
    Preparing search index...

    Type Alias VisibleRangePluginConfig

    type VisibleRangePluginConfig = {
        horizontalRange?: Range;
        usePanoData?: boolean;
        verticalRange?: Range;
    }
    Index

    Properties

    horizontalRange?: Range

    horizontal range as two angles

    usePanoData?: boolean

    use ViewerConfig panoData as visible range, you can also manually call VisibleRangePlugin.setRangesFromPanoData

    false
    
    verticalRange?: Range

    vertical range as two angles