Depth Blend
Merge two videos as if in one 3D space (per-pixel z-compare)
このノードの解説は準備中です。以下のポート仕様はアプリ本体から自動生成されており、常に最新です。
入力ポート
| Port ID | 型 |
|---|---|
A | RenderTexture |
DepthA | RenderTexture |
B | RenderTexture |
DepthB | RenderTexture |
Bias | float |
Softness | float |
出力ポート
| Port ID | 型 |
|---|---|
Out | RenderTexture |
Mask | RenderTexture |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
biasInput | float |
softnessInput | float |
currentBias | float |
currentSoftness | float |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "DepthBlend" })