Procedural Volume Box Component
The procedural volume box component defines a box shaped volume in which the rules of ProcGen graphs are modified. Not every graph has to make use of this information, and what the exact effect is, is up to the ProcGen graph.
For more details see the chapter on ProcGen graph modifier nodes.
The image below shows a box volume used to locally increase the scale of an object type. A fade out value of 0.5 makes the transition soft.
Component Properties
Value
: A single number value. This is combined with the InputValue from the modifier node in the graph, using theBlendMode
formula.SortOrder
: If multiple modifier volumes overlap, theSortOrder
can be used to control in which order the volumes are evaluated.BlendMode
: How to combineValue
with the InputValue from the modifier node in the graph. The Set mode just sets the result toValue
and ignores the other operand.Extents
: The size of the box volume in which the modifier is active.FadeOutStart
: The influence of the volume can fade out towards its edges, for smooth transitions. This value controls for every axis, at what distance from the center point the fade out starts. So if this is set to zero, the fade out starts immediately at the middle (towards the closest edge), whereas if it is set to one, there will be no fade out, at all, and rather the influence of the volume stops abruptly at its border.