Created the Sample Min Max Spatial Variable node page. |
m YoshBot moved page ProtoFlux:Sample Min Max Spatial Variable to ProtoFlux:SampleMinMaxSpatialVariable: Automated: removing spaces from ProtoFlux namespace |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 23: | Line 23: | ||
=== Point ([[Type:float3|float3]]) === | === Point ([[Type:float3|float3]]) === | ||
The point to check in 3D space. | The point to check in global 3D space. | ||
=== Name ([[Type:String|String]]) === | === Name ([[Type:String|String]]) === | ||
Line 44: | Line 44: | ||
[[Category:ProtoFlux:Variables:Spatial]] | [[Category:ProtoFlux:Variables:Spatial]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 00:33, 21 August 2025
Sample Min/Max SpatialVar
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 global 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.