Files
test2/source/blender
Lukas Tönne 4b673ebb99 Raycast geometry node.
The //Raycast// node intersects rays from one geometry onto another.
It computes hit points on the target mesh and returns normals, distances
and any surface attribute specified by the user.

A ray starts on each point of the input //Geometry//. Rays continue
in the //Ray Direction// until they either hit the //Target Geometry//
or reach the //Ray Length// limit. If the target is hit, the value of the
//Is Hit// attribute in the output mesh will be true. //Hit Position//,
//Hit Normal//, //Hit Distance// and //Hit Index// are the properties of the
target mesh at the intersection point. In addition, a //Target Attribute//
can be specified that is interpolated at the hit point and the result
stored in //Hit Attribute//.

Docs: D11620

Reviewed By: HooglyBoogly

Differential Revision: https://developer.blender.org/D11619
2021-06-17 21:11:32 +01:00
..
2021-03-29 19:11:17 -06:00
2021-06-17 21:11:32 +01:00
2021-06-15 09:57:57 -03:00
2021-04-11 13:09:27 +10:00
2021-06-15 10:26:31 +02:00
2021-06-13 14:54:54 +10:00
2021-06-17 21:11:32 +01:00
2021-06-17 21:11:32 +01:00
2021-06-17 21:11:32 +01:00