Slice a depth band into a mask (depth-scan with an LFO on Center)
A written guide for this node is coming soon. The port reference below is generated from the app itself and always up to date.
Input ports
| Port ID | Type |
In | RenderTexture |
Depth | RenderTexture |
Center | float |
Width | float |
Invert | bool |
Output ports
| Port ID | Type |
Mask | RenderTexture |
Cut | RenderTexture |
Scriptable members
| Path | Type |
centerInput | float |
widthInput | float |
invertInput | bool |
currentCenter | float |
currentWidth | float |
currentSoftness | float |
currentInvert | bool |
currentRepeat | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "DepthMask" })