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
Nota
This node is not necessary to retrieve data from other attribute domains; that is done automatically. Its utility comes from the fact that it’s possible to control when the domain interpolation happens. Normally, input nodes interpolate their data to the current context’s domain as soon as they create their output.
Truco
It may be preferrable to use this node over the Capture Attribute Node, since it allows using a specific attribute domain without requiring a geometry socket input, which allows creating more reusable node groups.
Ver también
The method of retrieving data from another domain is somewhat similar to the Field at Index Node.
Entradas
- Valor
The field to evaluate on the chosen attribute domain.
Propiedades
- Dominio
The attribute domain used for for evaluation of the Value input.
Salida
- Valor
The values from the input, evaluated on the chosen domain, then interpolated to the domain from the field context.