定向模糊节点

定向模糊节点。

Blurs an image along a specified direction. Can be used to fake motion blur.

输入

图像

标准颜色输入。

采样

The number of samples used to compute the blur. The more samples the smoother the result, but at the expense of more compute time. The actual number of samples is two to the power of this input, so it increases exponentially.

中心

The position at which the transformations pivot around. Defined in normalized coordinates, so 0 means lower left corner and 1 means upper right corner of the image.

旋转

The amount of rotation that the blur spans.

缩放

The amount of scaling that the blur spans.

移动

数量

The amount of translation that the blur spans in the specified direction relative to the size of the image. Negative values indicate translation in the opposite direction.

方向

The angle that defines the direction of the translation.

属性

该节点没有属性。

输出

图像

标准颜色输出。