Interpolate Domain Node
The Interpolate Domain allows evaluating a field for a different attribute domain than the domain from the field context. For example, the face index could be used instead of the face corner index, when setting the values of a UV Map
Note
这个节点没有必要从其他属性域中检索数据;那是自动完成的。它的作用来自于可以控制*何时发生域插值的事实。通常情况下,输入节点在创建其输出时就将其数据插值到当前上下文的域。
Tip
It may be preferrable to use this node over the 捕捉属性, since it allows using a specific attribute domain without requiring a geometry socket input, which allows creating more reusable node groups.
See also
The method of retrieving data from another domain is somewhat similar to the Field at Index Node.
输入
- 数值
在选定的属性域上评估的字段。
属性
- 域
The attribute domain used for for evaluation of the Value input.
输出
- 数值
输入的值,在选择的域上进行评估,然后从 场上下文 插值到域。