Fake camera moves on flat video (depth-driven UV shift / dolly)
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 |
ShiftX | float |
ShiftY | float |
Dolly | float |
Output ports
| Port ID | Type |
Out | RenderTexture |
Scriptable members
| Path | Type |
shiftXInput | float |
shiftYInput | float |
dollyInput | float |
currentShiftX | float |
currentShiftY | float |
currentDolly | float |
currentPivot | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "DepthParallax" })