ProtoFlux:Triangle Normal

From Resonite Wiki
Revision as of 23:58, 2 July 2024 by AmasterAmaster (talk | contribs) (Created a page for the Triangle Normal node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Triangle Normal
Point0
Normal
Point1
IsValid
Point2
Geometry 3D

The Triangle Normal node takes in 3 points of a triangle and returns the normal direction value.

Inputs

Point0 (float3)

The first point.

Point1 (float3)

The second point.

Point2 (float3)

The third point.

Outputs

Normal (float3)

Returns the normal from the created triangle of points.

IsValid (bool)

Returns if this is a valid triangle.