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

    地景疊加圖層線段模型設定。

    interface LineSegmentEntityModel {
        capSize?: number;
        capExpansionRatio?: number;
        verticalOffset?: number;
        textureRepeatPermeter?: number;
        ditchBound?: GeoPoint[];
        ditchMaskBound?: GeoPoint[];
        ditchWaterBound?: GeoPoint[];
        baseColorTextureImageSource?: string;
        normalTextureImageSource?: string;
    }
    索引

    屬性

    capSize?: number

    蓋子大小。

    capExpansionRatio?: number

    蓋子外擴大小。

    verticalOffset?: number

    垂直偏移。

    textureRepeatPermeter?: number

    貼圖每公尺循環次數。

    ditchBound?: GeoPoint[]

    渠道邊界。

    ditchMaskBound?: GeoPoint[]

    渠道遮罩邊界。

    ditchWaterBound?: GeoPoint[]

    渠道水邊界。

    baseColorTextureImageSource?: string

    貼圖來源。

    normalTextureImageSource?: string

    向量貼圖來源。