The Motion Vector Mode enum Determines how rendering effects that require reading an object's motion calculate the motion of the object using this enum.
This can be used to turn off motion blur and similar effects for a particular renderer.
Name | Value | Description |
---|---|---|
Camera
|
0 | Motion effects for this object are based on only movement from the camera compared to the object. |
Object
|
1 | Motion effects for this object are based on camera and object movement. |
NoMotion
|
2 | Disabled all motion effects |