Click or drag to resize

WeatherMakerFullScreenEffectPreCullCamera Method

Update the full screen effect, usually called from OnPreRender or OnPreCull

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void PreCullCamera(
	Camera camera,
	bool integratedTemporalReprojection = true
)

Parameters

camera
Type: Camera
Camera
integratedTemporalReprojection (Optional)
Type: SystemBoolean
Whether to use integrated temporal reprojection (if temporal reprojection is enabled)
See Also