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
)
Public Sub PreCullCamera (
camera As Camera,
Optional integratedTemporalReprojection As Boolean = true
)
public:
void PreCullCamera(
Camera^ camera,
bool integratedTemporalReprojection = true
)
member PreCullCamera :
camera : Camera *
?integratedTemporalReprojection : bool
(* Defaults:
let _integratedTemporalReprojection = defaultArg integratedTemporalReprojection true
*)
-> unit
Parameters
- camera
- Type: Camera
Camera - integratedTemporalReprojection (Optional)
- Type: SystemBoolean
Whether to use integrated temporal reprojection (if temporal reprojection is enabled)
See Also