Click or drag to resize

RenderMotionBlurParameters Constructor (Boolean, Boolean, Single)

Initializes a new instance of the RenderMotionBlurParameters class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderMotionBlurParameters(
	bool isEnabled,
	bool isObjectMotionBlur,
	float simulatedFPS
)

Parameters

isEnabled
Type: SystemBoolean
if set to true the motion blur is enabled.
isObjectMotionBlur
Type: SystemBoolean
if set to true the motion blur is applied to moving objects.
simulatedFPS
Type: SystemSingle
The simulated FPS indicating the motion blur quantity.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also