CubemapTilesAdapterConfig: CubemapAdapterConfig & {
    antialias?: boolean;
    baseBlur?: boolean;
    showErrorTile?: boolean;
}

Type declaration

  • Optionalantialias?: boolean

    applies antialiasing to high resolutions tiles

    true
    
  • OptionalbaseBlur?: boolean

    applies a blur effect to the low resolution panorama

    true
    
  • OptionalshowErrorTile?: boolean

    shows a warning sign on tiles that cannot be loaded

    true