generated from Kink3d/kPackageTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 33
MotionBlur
Matt Dean edited this page Feb 2, 2020
·
2 revisions
BACK > Scripting API
Motion Blur Volume Component. See Getting started for more information.
NOTE: This class derives from type VolumeComponent
which uses type wrappers for its parameters. You can use myParameter.value
to get/set the underlying value for the parameter.
quality (MotionBlurQualityParameter) - The quality of the effect. Lower presets will result in better performance at the expense of visual quality.
intensity (ClampedFloatParameter) - The strength of the motion blur filter. Acts as a multiplier for velocities.
return bool
Is this Volume Component active? Returns intensity.value > 0f
.
return bool
Is this Volume Component compatible with on tile rendering? Returns false
.