Vreo
    Preparing search index...

    Type Alias PanoTextLabelData

    全景文本标签

    type PanoTextLabelData = {
        fontSize?: number;
        normal?: Vertex;
        quaternion?: Quaternion;
        text: string;
        vertex: Vertex;
    }
    Index

    Properties

    fontSize?: number
    normal?: Vertex
    quaternion?: Quaternion
    text: string
    vertex: Vertex