Interface FiveLoadOptions

interface FiveLoadOptions {
    3d-tiles?: Tile3dOptions;
    duration?: number;
    effect?: MovePanoEffect;
    model?: {
        3d-tiles?: Tile3dOptions;
        light?: boolean;
        textureOptions?: TextureOptions;
    };
    textureOptions?: TextureOptions;
}

Properties

3d-tiles?: Tile3dOptions

请通过 model.textureOptions 设置

duration?: number

切换运动时间

切换运动全景图效果

model?: {
    3d-tiles?: Tile3dOptions;
    light?: boolean;
    textureOptions?: TextureOptions;
}

Type declaration

  • Optional3d-tiles?: Tile3dOptions

    模型 3d-tile 参数

  • Optionallight?: boolean
  • OptionaltextureOptions?: TextureOptions

    模型贴图的配置参数

    可以动态对配置在 work 数据中的模型贴图在 runtime 做 url 调整。 平衡加载时间和图片质量

textureOptions?: TextureOptions

请通过 model.textureOptions 设置