This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
UnigineEditor
Interface Overview
Assets Workflow
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Landscape Tool
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Content Creation
Content Optimization
Materials
Art Samples
Tutorials
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Motion Blur

This section describes settings for the motion blur effect.

Enabled Toggles motion blur on and off.
Preset The quality preset of the motion blur effect:
  • Low — low quality
  • Medium — medium quality
  • High — high quality
  • Ultra — ultra quality
  • Custom — adjust the feature's quality manually

Customizable Settings#

The following settings are available when the Custom preset is selected.

Motion Blur custom settings

Motion Blur Settings
Velocity Amount of motion blur for moving physical bodies.
  • The higher the value, the more blurred the objects appear when moving.
Maximum Velocity Maximum possible amount of motion blur for moving physical objects. When their body velocity exceeds the set value, they are blurred as if they have the maximum velocity set by the parameter. This parameter should be used in order to:
  • Avoid excessive blurring of fast moving objects.
  • Save performance, as increasing the object's velocity leads to increasing the radius of the motion blur effect that drops performance at very high values.
Num Steps The number of steps used in the motion blur.
  • The higher the value, the more correct the motion blur effect is.
  • At low values, moving objects may look doubled, however, performance increases.
Noise Intensity Intensity of the noise used in the motion blur.
Neat Silhouettes Toggles neat silhouettes for motion blur on and off. When enabled, this option keeps contours of objects in front of the camera unblurred.
Camera Velocity Toggles camera velocity contribution to the motion blur effect on and off. When disabled, only velocities of objects are taken into account.
Notice
This setting is disabled in the VR mode by default.
Last update: 2021-04-09
Build: ()