| RenderSnapshooterParametersMotionBlurPreviousFramePointOfView Property |
Gets or sets the motion blur previous frame point of view.
This value is modified internaly using the point of view defined by the snapshot given during the snapshooting.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public RenderPointOfView MotionBlurPreviousFramePointOfView { get; set; }
public:
property RenderPointOfView MotionBlurPreviousFramePointOfView {
RenderPointOfView get ();
void set (RenderPointOfView value);
}
Property Value
Type:
RenderPointOfView
The motion blur previous frame point of view.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also