Interface PanoSpatialTagPluginPointElement

interface PanoSpatialTagPluginPointElement {
    distance?: number;
    id: PanoSpatialTagPluginId;
    normal: Vector3;
    position: Vector3;
    replacement: PanoSpatialTagPluginContentReplacement;
    weight: number;
}

Properties

distance?: number
normal: Vector3
position: Vector3
weight: number