如视 Five SDK
    Preparing search index...

    Interface WorkModel

    模型数据

    interface WorkModel {
        file?: string;
        layers: readonly WorkModelLayer[];
        textureBase?: string;
        textures?: readonly string[];
        work: Work;
    }
    Index

    Properties

    file?: string

    模型文件地址 at3d / domez

    layers: readonly WorkModelLayer[]

    3d tile

    textureBase?: string

    模型贴图文件地址的父目录

    textures?: readonly string[]

    模型贴图文件地址

    work: Work

    work