Interface FloodOptions

淹没分析参数

interface FloodOptions {
    color?: Color;
    endCallback?: Function;
    positions?: Cartesian3[];
    speed?: number;
    startHeight: number;
    targetHeight: number;
    tickCallback?: Function;
    waterMaskURL?: string;
}

Properties

color?: Color

水体表面颜色

endCallback?: Function

结束回调

positions?: Cartesian3[]

分析区域

speed?: number

水位上升速度

startHeight: number

起始高度

targetHeight: number

目标高度

tickCallback?: Function

水位变化回调

waterMaskURL?: string

水面动态纹理贴图URL,注意使用时会伴随闪烁