PostProcessStageSampleMode

Determines how input texture to a PostProcessStage is sampled.
Properties:
Name Type Description
NEAREST Number Samples the texture by returning the closest texel.
LINEAR Number Samples the texture through bi-linear interpolation of the four nearest texels.

Members

static constant Cesium.PostProcessStageSampleMode.LINEAR : Number

Samples the texture through bi-linear interpolation of the four nearest texels.
Default Value: 1

static constant Cesium.PostProcessStageSampleMode.NEAREST : Number

Samples the texture by returning the closest texel.