Interface PBMPanoPicture

interface PBMPanoPicture {
    map: CubeTexture;
    mapSize: number;
    matrix: Matrix4;
    panoId: `${string}[${number}]`;
    zoom: number;
}

Properties

map: CubeTexture

全景图

mapSize: number

图片尺寸

matrix: Matrix4

全景图变换矩阵 4x4

panoId: `${string}[${number}]`

点位 Id

zoom: number

缩放