PostProcessStageSampleMode () Scene/PostProcessStageSampleMode.js 9 确定如何采样 PostProcessStage 的输入纹理。 翻译by:http://cesium.xin Members static constant Cesium.PostProcessStageSampleMode.LINEAR : Number Scene/PostProcessStageSampleMode.js 23 通过对四个最近的纹理像素进行双线性插值来采样纹理。 static constant Cesium.PostProcessStageSampleMode.NEAREST : Number Scene/PostProcessStageSampleMode.js 16 通过返回最接近的纹理像素来采样纹理。