Warp a texture with a point-cloud grid as control points (2x2 = corner pin)
A written guide for this node is coming soon. The port reference below is generated from the app itself and always up to date.
Input ports
| Port ID | Type |
Render Texture | RenderTexture |
PointCloud | PointCloudInput |
Columns | int |
Rows | int |
Size | float |
FlipV | bool |
Output ports
| Port ID | Type |
Out | RenderTexture |
Scriptable members
| Path | Type |
columnsInput | int |
rowsInput | int |
sizeInput | float |
flipVInput | bool |
Synapse Apps (scripting)
await synapse.modules.create({ type: "MeshWarp" })