Photo Sphere Viewer
    Preparing search index...

    Type Alias EquirectangularVideoAdapterConfig

    EquirectangularVideoAdapterConfig: AbstractVideoAdapterConfig & {
        resolution?: number;
        shader?: boolean;
    }

    Type Declaration

    • Optionalresolution?: number

      (only if shader=false) number of faces of the sphere geometry, higher values may decrease performances

      64
      
    • Optionalshader?: boolean

      use a raycasting shader for better quality on poles

      false