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" })