WeatherMakerTemporalReprojectionStateIntegratedTemporalReprojection Property |
Integrated temporal reprojection combines a full shader with temporal reprojection in an attempt to reduce artifacts, especially at higher
temporal reprojection sizes.
When IntegratedTemporalReprojection is false, temporal reprojection renders in a separate upscaling pass.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool IntegratedTemporalReprojection { get; set; }
Public Property IntegratedTemporalReprojection As Boolean
Get
Set
public:
property bool IntegratedTemporalReprojection {
bool get ();
void set (bool value);
}
member IntegratedTemporalReprojection : bool with get, set
Property Value
Type:
BooleanSee Also