Depth Parallax
Fake camera moves on flat video (depth-driven UV shift / dolly)
このノードの解説は準備中です。以下のポート仕様はアプリ本体から自動生成されており、常に最新です。
入力ポート
| Port ID | 型 |
|---|---|
In | RenderTexture |
Depth | RenderTexture |
ShiftX | float |
ShiftY | float |
Dolly | float |
出力ポート
| Port ID | 型 |
|---|---|
Out | RenderTexture |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
shiftXInput | float |
shiftYInput | float |
dollyInput | float |
currentShiftX | float |
currentShiftY | float |
currentDolly | float |
currentPivot | float |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "DepthParallax" })