Expand description
Per-object, per-pixel motion blur.
Add the MotionBlur
component to a camera to enable motion blur.
Modules§
Structs§
- Motion
Blur - A component that enables and configures motion blur when added to a camera.
- Motion
Blur Bundle Deprecated - Adds
MotionBlur
and the required depth and motion vector prepasses to a camera entity. - Motion
Blur Plugin - Adds support for per-object motion blur to the app. See
MotionBlur
for details.