You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motion Blur** is a common post-processing effect that simulates the blurring of an image when objects filmed by a camera are moving faster than the camera’s exposure time. This can be caused by rapidly moving objects or a long exposure time. **Motion Blur** is used to subtle effect in most types of games but exaggerated in some genres, such as racing games.
4
-
5
-
6
-

7
-
<br><em>Motion blur on a camera that rotates very fast</em>
8
-
3
+
The **Motion Blur** effect blurs an image when GameObjects are moving faster than the camera’s exposure time. FOr more information on the Motion Blur effect, see the [Motion Blur](https://docs.unity3d.com/Manual/PostProcessing-MotionBlur.html) documentation in the Unity manual.
| Shutter Angle |The angle of the rotary shutter. Larger values give longer exposure therefore a stronger blur effect. |
19
-
| Sample Count |The amount of sample points, which affects quality and performances. |
13
+
| Shutter Angle |Set the angle of the rotary shutter. Larger values give longer exposure and a stronger blur effect. |
14
+
| Sample Count |Set the value for the amount of sample points. This affects quality and performance. |
20
15
21
-
### Performances
16
+
### Performance
22
17
23
-
Using a lower `Sample Count` will lead to better performances.
18
+
Using a lower `Sample Count` will improve performance.
24
19
25
20
### Known issues and limitations
26
21
@@ -32,4 +27,4 @@ Using a lower `Sample Count` will lead to better performances.
32
27
- Depth texture
33
28
- Shader Model 3
34
29
35
-
See the [Graphics Hardware Capabilities and Emulation](https://docs.unity3d.com/Manual/GraphicsEmulation.html) page for further details and a list of compliant hardware.
30
+
See the [Graphics Hardware Capabilities and Emulation](https://docs.unity3d.com/Manual/GraphicsEmulation.html) page for further details and a list of compliant hardware.
0 commit comments