PostProcessStageSampleMode

PostProcessStageSampleMode ()

确定如何采样 PostProcessStage 的输入纹理。

Members

static constant Cesium.PostProcessStageSampleMode.LINEAR : Number

通过对四个最近的纹理像素进行双线性插值来采样纹理。

static constant Cesium.PostProcessStageSampleMode.NEAREST : Number

通过返回最接近的纹理像素来采样纹理。