Category:ProtoFlux:Variables:Spatial: Difference between revisions

Category page
Oops, these need spaces to be consistent (best doing it now before pages get made).
more clear
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Sample Spatial Variable|| Samples a [[Slot transforms|3D space]], looking for a matching spatial name and returns a value if found.
|SampleSpatialVariable|| Samples a point in [[Slot transforms|global space]], looking for a matching [[spatial variable]] and returns the value of the variable if found.
|Sample Boolean Spatial Variable|| Samples a [[Slot transforms|3D space]], looking for a matching spatial name and returns a bool value depending on the mode (<code>Any</code>, <code>All</code>, and <code>XOR</code>).
|SampleBooleanSpatialVariable|| Samples a boolean spatial variable according to a boolean intersection mode.
|Sample Min Max Spatial Variable|| Samples a [[Slot transforms|3D space]], looking for a matching spatial name and returns a value if found within a range.
|SampleMinMaxSpatialVariable|| Samples a numerical spatial variable and returns the maximum and minimum values of the spatial variable at said point.
|Sample Numeric Spatial Variable|| Samples a [[Slot transforms|3D space]], looking for a matching spatial name and returns a (weighted) value if found.
|SampleNumericSpatialVariable|| Samples a numerical spatial variable according to a few numerical blending modes.
|SampleSpatialVariablePartialDerivative|| Samples a numerical spatial variable and returns its [https://en.wikipedia.org/wiki/Partial_derivative partial derivative] on all 3 axes.
}}
}}


[[Category:ProtoFlux:Variables]]
[[Category:ProtoFlux:Variables]]

Latest revision as of 06:35, 10 October 2025

Nodes
Node Name Description
SampleSpatialVariable Samples a point in global space, looking for a matching spatial variable and returns the value of the variable if found.
SampleBooleanSpatialVariable Samples a boolean spatial variable according to a boolean intersection mode.
SampleMinMaxSpatialVariable Samples a numerical spatial variable and returns the maximum and minimum values of the spatial variable at said point.
SampleNumericSpatialVariable Samples a numerical spatial variable according to a few numerical blending modes.
SampleSpatialVariablePartialDerivative Samples a numerical spatial variable and returns its partial derivative on all 3 axes.