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
Samples the texture through bi-linear interpolation of the four nearest texels.
-
Default Value:
1
Samples the texture by returning the closest texel.