Photo Sphere Viewer
    Preparing search index...

    Type Alias SphereCorrection<T>

    Object defining angular corrections to a sphere

    type SphereCorrection<T = number | string> = {
        pan?: T;
        roll?: T;
        tilt?: T;
    }

    Type Parameters

    • T = number | string
    Index

    Properties

    Properties

    pan?: T
    roll?: T
    tilt?: T