FieldInvert
The FieldInvert node inverts a field. The meaning of "invert" depends on the type of input field. For a signed distance field, it means to negate the field values (so that the inside and outside of the shape are swapped). For other types, it means to subtract the field values from 1.
Inputs and Controls
|
Connection Type |
Connection Name |
Function |
| Input |
fld |
An input for connecting to Field data that you wish to invert. |
|
Control (UI) |
Knob (Scripting) |
Default Value |
Function |
| Display Tab | |||
| Draw Bounding Box | preview_bounds | off | Draw the bounding box of the field if it has one. |
| Draw Preview | preview_on | off | Draw a rough preview of the field. |
| Preview Opacity | preview_opacity | 0.5 | The opacity at which to draw the preview. |
| Scale | preview_scale | 1 | A value by which the field is multiplied before drawing. You may need to increase this to display faint volumes for example. |
| Offset | preview_offset | 0 | A value added to the field before drawing (after scaling). |
| Detail | preview_detail | 1 | The detail level at which the preview is drawn. Large values are more accurate but slower to draw. |