Click or drag to resize

WeatherMakerTemporalReprojectionState Constructor

Constructor

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public WeatherMakerTemporalReprojectionState(
	Camera camera,
	Material reprojMaterial,
	bool integratedTemporalReprojection
)

Parameters

camera
Type: Camera
Camera
reprojMaterial
Type: Material
Temporal reprojection material
integratedTemporalReprojection
Type: SystemBoolean
Whether to use integrated temporal reprojection (requires custom integrated shader)
See Also