如视 Five SDK
    Preparing search index...

    Interface FiveLoadOptions

    interface FiveLoadOptions {
        "3d-tiles"?:
            | Partial<ParameterTilesetValue> & {
                showLayers?: boolean | string[];
                viewerRequestVolume?: BoundingVolumeJson | BoundingVolume;
            }
            | (
                (
                    viewLayer: ViewLayer,
                    model: Model,
                ) =>
                    | void
                    | Partial<ParameterTilesetValue> & {
                        showLayers?: boolean | string[];
                        viewerRequestVolume?: BoundingVolumeJson | BoundingVolume;
                    }
            );
        duration?: number;
        effect?: MovePanoEffect;
        mode?: "replace"
        | "add";
        model?: ModelOptions;
        textureOptions?: TextureOptions;
    }
    Index

    Properties

    "3d-tiles"?:
        | Partial<ParameterTilesetValue> & {
            showLayers?: boolean | string[];
            viewerRequestVolume?: BoundingVolumeJson | BoundingVolume;
        }
        | (
            (
                viewLayer: ViewLayer,
                model: Model,
            ) =>
                | void
                | Partial<ParameterTilesetValue> & {
                    showLayers?: boolean | string[];
                    viewerRequestVolume?: BoundingVolumeJson | BoundingVolume;
                }
        )

    请通过 model.textureOptions 设置

    duration?: number

    切换运动时间

    切换运动全景图效果

    mode?: "replace" | "add"

    替换 / 追加

    model?: ModelOptions
    textureOptions?: TextureOptions

    请通过 model.textureOptions 设置