PilotGaea 3D O'view
    正在準備搜尋索引...

    介面 AddCustomPointProperty

    新增自畫點參數。

    interface AddCustomPointProperty {
        point: Geo3DPoint;
        color?: `#${string}`;
        opacity?: number;
        size?: number;
        absHeight?: boolean;
        pointTexture?: string;
    }

    層級 (查看層級一覽)

    索引

    屬性

    point: Geo3DPoint

    點幾何。

    color?: `#${string}`

    顏色。

    "#0000FF"
    
    opacity?: number

    不透明度。

    1
    
    size?: number

    點的大小。

    3
    
    absHeight?: boolean

    是否為絕對高。

    false
    
    pointTexture?: string

    圖片來源。