Merge two videos as if in one 3D space (per-pixel z-compare)
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 |
A | RenderTexture |
DepthA | RenderTexture |
B | RenderTexture |
DepthB | RenderTexture |
Bias | float |
Softness | float |
Output ports
| Port ID | Type |
Out | RenderTexture |
Mask | RenderTexture |
Scriptable members
| Path | Type |
biasInput | float |
softnessInput | float |
currentBias | float |
currentSoftness | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "DepthBlend" })