Relight flat video using a depth map (fake 3D lighting)
이 노드의 해설은 준비 중입니다. 아래 포트 사양은 앱 본체에서 자동 생성되며 항상 최신 상태입니다.
입력 포트
| Port ID | 타입 |
In | RenderTexture |
Depth | RenderTexture |
Back | RenderTexture |
LightX | float |
LightY | float |
Color | Color |
Intensity | float |
출력 포트
| Port ID | 타입 |
Out | RenderTexture |
스크립트에서 설정할 수 있는 멤버
| 경로 | 타입 |
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 (스크립팅)
await synapse.modules.create({ type: "Relight" })