WeatherMakerTemporalReprojectionStateTemporalReprojectionBlendMode Enumeration |
Types of temporal reprojection blend modes
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public enum TemporalReprojectionBlendMode
Public Enumeration TemporalReprojectionBlendMode
public enum class TemporalReprojectionBlendMode
type TemporalReprojectionBlendMode
Members
| Member name | Value | Description |
---|
| Blur | 0 |
Blur smartly with neighbor pixels, this reduces image quality but eliminates artifacts with fast changing graphics or camera
|
| Sharp | 1 |
Render every pixel with a jittered camera frustum. This produces a sharper, higher quality image, but can introduce artifacts
if the graphics or camera move fast. The shader attempts to work-around most of this by checking changing light conditions
and doing neighborhood pixel clamping.
|
See Also