采样UV表面#

采样UV表面。

The Sample UV Surface node finds values on a mesh's surface at specific UV locations. Internally the process is a "reverse UV lookup" from a location in 2D space. The node then finds the face that corresponds to each UV coordinate, and the location within that face.

Warning

Because of the node's method of computation, the UV map should not have any overlapping faces. If the UV map is sampled at a location with no faces or overlapping faces, the node will output the default value for the data type, which is zeros for most types.

输入#

网格

A geometry containing the mesh with a UV map for sampling.

数值

A field to evaluate on the target Mesh geometry for later sampling at the surface positions.

UV贴图

The mesh UV map to sample, evaluated on the Mesh input. Should not have overlapping faces.

采样UV

The coordinates to sample within the UV map.

属性#

数据类型

被检索数据的 数据类型

输出#

数值

The data retrieved and interpolated from the Mesh geometry, mapped based on the node's settings and inputs.

是否有效

Whether the node could find a single face to sample at the UV coordinate.