Nút Lấy Mẫu UV Bề Mặt (Sample UV Surface Node)#

Nút Lấy Mẫu UV Bề Mặt.

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.

Cảnh báo

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.

Đầu Vào (Inputs)#

Mesh (Khung Lưới)

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

Value (Giá Trị)

Một trường để tính toán trên hình học "Khung Lưới" mục tiêu mà sau đó lấy mẫu tại các vị trí bề mặt.

UV Map (Ánh Xạ UV)

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

Lấy Mẫu UV (Sample UV)

Các tọa độ để lấy mẫu trong ánh xạ UV.

Tính Chất (Properties)#

Kiểu Dữ Liệu (Data Type)

kiểu dữ liệu (data type) để sử dụng cho dữ liệu trích xuất.

Đầu Ra (Outputs)#

Value (Giá Trị)

Dữ liệu trích xuất và nội suy từ hình học "Khung Lưới", được ánh xạ dựa trên các cài đặt của nút và các đầu vào.

Hợp Lệ hay Không (Is Valid)

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