Down | |
public class DownSampleWithFilerPostProcess : SeparableKernelPostProcess
The DownSampleWithFilerPostProcess type exposes the following members.
| Name | Description | |
|---|---|---|
| DownSampleWithFilerPostProcess | Constructor | 
| Name | Description | |
|---|---|---|
| CenterPixelWeight | Gets or sets weight from 0 to 1 of the center pixel. Bigger values means that center pixel will get more weight in the final pixel. Default value is 0.28. | |
| FilterType | Type of filter to use for down-sampling. | |
| TexelOffsetsScale | Multiplies the texel offset by this factor. It is used to down-sample from bigger textures so that offsets reach bigger area. |