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

    介面 AddCloudProperty

    新增雲參數。

    interface AddCloudProperty {
        geo: GeoPolygon;
        color?: `#${string}`;
        densityCutoff?: number;
        height?: number;
        surfaceHeight?: number;
        wind?: GeoPoint;
    }

    層級 (查看層級一覽)

    索引

    屬性

    範圍。

    color?: `#${string}`

    顏色。

    "#FFFFFF"
    
    densityCutoff?: number

    剔除密度。

    0.5
    
    height?: number

    雲層高。

    20
    
    surfaceHeight?: number

    離地高。

    0
    
    wind?: GeoPoint

    風速。

    new GeoPoint(0, 0)