如视 Five SDK
    Preparing search index...

    Interface WorkObserver

    每个点位的数据

    interface WorkObserver {
        accessibleNodes: readonly number[];
        active: boolean;
        derivedId?: number;
        derivedIdStr?: string;
        floorIndex: number;
        images: WorkImage;
        index: number;
        loadable: boolean;
        matrix: Matrix4;
        panoId: string;
        panoIndex: number;
        position: Vector3;
        quaternion: Quaternion;
        standingPosition: Vector3;
        video?: WorkVideo;
        visibleNodes: readonly number[];
        work: Work;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accessibleNodes: readonly number[]

    可以连通的相关点位序号

    active: boolean

    点位是否激活可用

    derivedId?: number

    点位 derived_id

    derivedIdStr?: string

    点位 derived_id_str

    floorIndex: number

    点位所在楼层

    images: WorkImage

    点位全景图

    index: number

    序号

    loadable: boolean

    点位是否可加载

    matrix: Matrix4

    点位和模型的旋转对齐关系矩阵

    panoId: string

    序号

    `${workCode}[${panoIndex}]`
    
    panoIndex: number

    序号

    position: Vector3

    点位和模型的观察点坐标

    quaternion: Quaternion

    点位和模型的旋转对齐关系四元数

    standingPosition: Vector3

    点位和模型的地面坐标

    video?: WorkVideo

    点位视频

    visibleNodes: readonly number[]

    可以看到的相关点位序号

    work: Work

    work