Relight flat video using a depth map (fake 3D lighting)
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 |
Back | RenderTexture |
LightX | float |
LightY | float |
Color | Color |
Intensity | float |
Output ports
| Port ID | Type |
Out | RenderTexture |
Scriptable members
| Path | Type |
lightXInput | float |
lightYInput | float |
intensityInput | float |
currentLightX | float |
currentLightY | float |
currentLightDepth | float |
currentLightZ | float |
currentIntensity | float |
currentAmbient | float |
currentNormalStrength | float |
currentRim | float |
currentGlow | float |
currentRays | float |
currentBackShow | float |
currentSpill | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "Relight" })