如视 Five SDK
    Preparing search index...

    Type Alias Tile3dOptions

    Tile3dOptions:
        | Partial<ParameterTilesetValue> & {
            showLayers?: boolean | string[];
            viewerRequestVolume?: BoundingVolume | BoundingVolumeJson;
        }
        | (
            (
                viewLayer: ViewLayer,
                model: Model,
                modelIndex: number,
            ) =>
                | void
                | Partial<ParameterTilesetValue> & {
                    showLayers?: boolean | string[];
                    viewerRequestVolume?: BoundingVolume | BoundingVolumeJson;
                }
        )