Mesh Warp
Warp a texture with a point-cloud grid as control points (2x2 = corner pin)
このノードの解説は準備中です。以下のポート仕様はアプリ本体から自動生成されており、常に最新です。
入力ポート
| Port ID | 型 |
|---|---|
Render Texture | RenderTexture |
PointCloud | PointCloudInput |
Columns | int |
Rows | int |
Size | float |
FlipV | bool |
出力ポート
| Port ID | 型 |
|---|---|
Out | RenderTexture |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
columnsInput | int |
rowsInput | int |
sizeInput | float |
flipVInput | bool |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "MeshWarp" })