Type alias EquirectangularAdapterConfig

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

Configuration for EquirectangularAdapter

Type declaration

  • Optional backgroundColor?: string

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

    Default

    '#000'
    
  • Optional interpolateBackground?: boolean

    Interpolate the missing parts of cropped panoramas (async)

  • Optional resolution?: number

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

    Default

    64
    
  • Optional useXmpData?: boolean

    read real image size from XMP data

    Default

    true
    

Generated using TypeDoc