如视 Five SDK
    Preparing search index...

    Interface WorkModelLayer

    interface WorkModelLayer {
        name: string;
        tileset: string;
        type: "point_cloud" | "mesh";
        upAxis: string;
        work: Work;
    }
    Index

    Properties

    name: string
    tileset: string
    type: "point_cloud" | "mesh"
    upAxis: string
    work: Work