Type Alias EquirectangularAdapterConfig

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

Configuration for EquirectangularAdapter

Type declaration

  • OptionalbackgroundColor?: string

    Background color of the canvas, which will be visible when using cropped panoramas

    '#000'
    
  • OptionalinterpolateBackground?: boolean

    Interpolate the missing parts of cropped panoramas (async)

  • 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