# Motion Blur Camera-based motion blur orbiting a scene of cubes. ```{raw} html 📄 Docs only ``` **Tags:** `3d` Controls: M : Toggle motion blur on/off Up/Down : Adjust motion blur intensity Left/Right: Adjust sample count A/D : Speed up / slow down orbit ESC : Quit Usage: uv run python examples/features/3d/motion_blur.py uv run python examples/features/3d/motion_blur.py --test ## Source ```{literalinclude} ../../examples/features/3d/motion_blur.py :language: python :linenos: ```