Created a page for the Ray Plane Intersection node. |
m YoshBot moved page ProtoFlux:Ray Plane Intersection to ProtoFlux:RayPlaneIntersection: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
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 00:31, 21 August 2025
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.