Interpolate Domain Node

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

Ce nœud n’est pas nécessaire pour extraire des données d’autres domaines d’attributs ; cela se fait automatiquement. Son utilité vient du fait qu’il est possible de contrôler le moment où l’interpolation de domaine se produit. Normalement, les nœuds d’entrée interpolent leurs données dans le domaine du contexte actuel dès qu’ils créent leur sortie.

Astuce

It may be preferrable to use this node over the Nœud Capture Attribute, since it allows using a specific attribute domain without requiring a geometry socket input, which allows creating more reusable node groups.

Voir aussi

The method of retrieving data from another domain is somewhat similar to the Field at Index Node.

Inputs

Value

Le champ à évaluer sur le domaine attributaire choisi.

Properties

Domaine

The attribute domain used for for evaluation of the Value input.

Output

Value

Les valeurs de l’entrée, évaluées sur le domaine choisi, puis interpolées au domaine à partir du field context.