Type Alias EquirectangularAdapterConfig

EquirectangularAdapterConfig: {
    backgroundColor?: string;
    interpolateBackground?: boolean;
    resolution?: number;
    useXmpData?: boolean;
}

Configuration for EquirectangularAdapter

Type declaration

  • OptionalbackgroundColor?: string

    Use CSS to change the background color of '.psv-canvas'

  • OptionalinterpolateBackground?: boolean

    Not supported anymore

  • Optionalresolution?: number

    number of faces of the sphere geometry, higher values may decrease performances

    64
    
  • OptionaluseXmpData?: boolean

    read real image size from XMP data

    true