ProtoFlux:Sample Min Max Spatial Variable

From Resonite Wiki
Revision as of 08:50, 10 May 2025 by AmasterAmaster (talk | contribs) (Created the Sample Min Max Spatial Variable node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Sample Min/Max SpatialVar
Point
Min
Name
Max
FoundAny
Spatial

The Sample Min Max Spatial Variable node takes in a point in 3D space, and a name that matches that space, then returns the values found in the space that defined a min and max range.

This node works with spatial variable components, and will need a BoxConstantValueSpatialVariable or similar to function as expected.

Inputs

Point (float3)

The point to check in 3D space.

Name (String)

The named space/area to look for.

Outputs

Min (Pseudo-Generic)

Returns the min value found in this space/area.

Max (Pseudo-Generic)

Returns the max value found in this space/area.

FoundAny (bool)

Returns if there is a matching space/area at all.