Sample Nearest Node
The Sample Nearest node retrieves the index of the geometry element in its input geometry that is closest to the input position. This node is similar to the , but it outputs the index of the closest element instead of its distance from the current location.
几何数据(Geometry)
The geometry to sample.
This node only supports point cloud and mesh inputs.
Sample Position
The position to start from when finding the closest location on the target geometry. By default, this is the same as if the was connected.
The to consider the distance from.
编号
The of the closest geometry element of the chosen domain.
Combining this node with the gives a setup that can retrieve the closest attribute value from another geometry. This is the same behavior as the Transfer Attribute node in versions of Blender before 3.4.