Module bevy::core_pipeline::motion_blur
source · Expand description
Per-object, per-pixel motion blur.
Add the MotionBlurBundle
to a camera to enable motion blur. See MotionBlur
for more
documentation.
Modules§
Structs§
- A component that enables and configures motion blur when added to a camera.
- Adds
MotionBlur
and the required depth and motion vector prepasses to a camera entity. - Adds support for per-object motion blur to the app. See
MotionBlur
for details.