模糊属性

模糊属性节点。

模糊属性 节点在相邻几何元素之间平滑属性值。

The goal of each step is mixing values of each element with its neighbors. The weight for element is factor for multiplying all neighbor's values before accumulating them as new primitive value.

Blurring will only work with certain geometry types and attribute domains. Therefore, the attribute can only be affected on the Meshes and Curves components.

The domains this node works on is based on the field context of the node's evaluation. Only domains with explicit relations with their neighbors will work with this node. Explicit relations for correct blurring are vertices, edges, and faces of meshes, and curve control points.

Note

Blurring of face corner attributes is not handled by this node, because the ideal behavior for mixing face corner values is not clear.

所有属性数据类型均受支持,除了布尔属性。

输入

数值

The immediate value of each primitive to blur.

迭代

Number of repetitions of mixing value with neighbors. Each iteration is independent. Until one iteration is completed, its results are not used as a source for next blurring.

权重

每个基本元素的权重。

属性

数据类型

要用于评估数据的数据类型

输出

数值

与邻项混合的次数。

示例

../../../_images/modeling_geometry-nodes_blur_attribute-attribute_example.png

输入为网格平面。首先使用细分网格添加若干面用于捕获颜色,并通过随机值生成随机数值,作为合并颜色节点中的色相。然后使用第二个细分网格将每个面分割为大量新面。每个新面复制原始属性。模糊属性节点将每个面的所有属性混合,从而使结果变得平滑。