Depth Mask
Slice a depth band into a mask (depth-scan with an LFO on Center)
このノードの解説は準備中です。以下のポート仕様はアプリ本体から自動生成されており、常に最新です。
入力ポート
| Port ID | 型 |
|---|---|
In | RenderTexture |
Depth | RenderTexture |
Center | float |
Width | float |
Invert | bool |
出力ポート
| Port ID | 型 |
|---|---|
Mask | RenderTexture |
Cut | RenderTexture |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
centerInput | float |
widthInput | float |
invertInput | bool |
currentCenter | float |
currentWidth | float |
currentSoftness | float |
currentInvert | bool |
currentRepeat | float |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "DepthMask" })