Nút Toán (Raycast Node)

Raycast node.

The Raycast node intersects rays from one geometry onto another. The source geometry is defined by the context of the node that the Raycast node is connected to. Each ray computes hit points on the target mesh and outputs normals, distances and any surface attribute specified.

Đầu Vào (Inputs)

Hình Học Mục Tiêu (Target Geometry)

Geometry that rays are tested against.

Thuộc Tính (Attribute)

An optional field input evaluated on the Target Geometry that will be interpolated at the hit points. The resulting values are outputted with the Attribute output.

Vị trí Nguồn (Source Position)

The position from where to start each ray. By default, this is the same as if the Nút Vị Trí (Position Node) was connected.

Hướng Tia Xạ (Ray Direction)

Direction of each ray from the starting position. The field is evaluated on the geometry from the context of the field evaluation, not the Target Geometry.

Chiều Dài của Tia Xạ (Ray Length)

Maximum distance a ray can travel before being considered "no hit".

Tính Chất (Properties)

Ánh Xạ (Mapping)

How attributes of the target mesh are mapped to the attribute values on the result geometry.

Nội Suy (Interpolated)

Vertex and corner attributes are interpolated smoothly, with a bilinear function.

Gần Nhất (Nearest)

Choose the value of the closest vertex without interpolating.

Đầu Ra (Outputs)

Va Đập Trúng (Is Hit)

Boolean output that is true for each ray which has hit the Target Geometry.

Vị Trí Điểm Va Đập (Hit Position)

The location of the intersection point with the target mesh.

Pháp Tuyến của Điểm Va Đập (Hit Normal)

The surface Normal vector at the hit location.

Khoảng Cách Điểm Va Đập (Hit Distance)

The distance from the ray origin to the Hit Position.

Thuộc Tính (Attribute)

Interpolated values of the Attribute input sampled at the Hit Position.