Created a page for the Ray Plane Intersection node. |
Spellcheck. |
||
Line 15: | Line 15: | ||
|}} | |}} | ||
The '''Ray Plane Intersection''' node takes in ray paremeters and | The '''Ray Plane Intersection''' node takes in ray paremeters and plane parameters, and finds then returns an intersection at a point. | ||
== Inputs == | == Inputs == |
Latest revision as of 20:55, 2 July 2024
Ray Plane Intersection
Geometry 3D
The Ray Plane Intersection node takes in ray paremeters and plane parameters, and finds then returns an intersection at a point.
Inputs
RayOrigin (float3)
The starting point of this ray.
RayDirection (float3)
The direction this ray will aim at.
PlanePoint (float3)
The plane position.
PlaneNormal (float3)
The plane normal.
Outputs
* (float3)
Returns the plane intersection value.